REST.HttpClient.TRESTHTTPProcs.HashHMACSHA1
Delphi
class function HashHMACSHA1(const AData, AKey: string): string; overload;
C++
__classmethod System::UnicodeString __fastcall HashHMACSHA1(const System::UnicodeString AData, const System::UnicodeString AKey)/* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | REST.HttpClient.pas REST.HTTPClient.hpp |
REST.HttpClient | TRESTHTTPProcs |
Description
Calcule un hachage cryptographique à partir d'une chaîne et d'une clé.