System.Tether.Manager.TTetheringProtocol.CheckToken
Delphi
function CheckToken(const AManager, Seed, Token: string): Boolean;
C++
bool __fastcall CheckToken(const System::UnicodeString AManager, const System::UnicodeString Seed, const System::UnicodeString Token);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProtocol |
Description
Returns True
if the specified hash matches a hash of the concatenation of the hash from the last connection to the remote manger and the specified seed. It returns False
otherwise.