DSAzure.TSharedKeyAuthorization.IsHMAC_SHA256Avail

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function IsHMAC_SHA256Avail: boolean;

C++

__classmethod bool __fastcall IsHMAC_SHA256Avail();

Propriétés

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

Description

Renvoie True si l'algorithme HMAC SHA 256 est disponible.

IsHMAC_SHA256Avail renvoie la valeur telle qu'elle est contenue par IdFIPS.IsHMACSHA256Avail, qui renvoie True si l'algorithme HMAC SHA 256 est disponible pour être utilisé. Renvoyer True est indispensable pour l'invocation réussie de la fonction HMAC_SHA256.