System.Tether.Manager.TTetheringProtocol.GenerateToken

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GenerateToken(const AManager, Seed: string): string;

C++

System::UnicodeString __fastcall GenerateToken(const System::UnicodeString AManager, const System::UnicodeString Seed);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol


説明

指定されたマネージャ識別子とランダム シードを基に、SHA-1 トークンを返します。


GenerateToken は、TTetheringProtocol サブクラス(TTetheringTCPProtocol など)によって使用されます。

関連項目