DSAzure.TSignedIdentifier.HMAC_SHA256

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function HMAC_SHA256(const StringToSign: String): TArray<Byte>;

C++

System::DynamicArray<System::Byte> __fastcall HMAC_SHA256(const System::UnicodeString StringToSign);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
DSAzure.pas
DSAzure.hpp
DSAzure TSignedIdentifier


Description

Signe une chaîne en utilisant HMAC-SHA-256.

HMAC_SHA256 signe une chaîne en utilisant l'algorithme HMAC-SHA-256. Cela est utilisé dans la fonction Signature, où le résultat est ensuite codé en base64 et renvoyé en tant que la signature pour l'identificateur signé.

Voir aussi