System.Tether.Manager.TTetheringProtocol.CheckToken

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol


Description

Renvoie True si le hachage spécifié correspond au hachage de la concaténation du hachage de la dernière connexion au gestionnaire distant et à la valeur initiale spécifiée. Sinon, False est renvoyé.

Voir aussi