REST.Authenticator.OAuth.TOAuth1SignatureMethod_HMAC_SHA1.GetName

De RAD Studio API Documentation
Aller à : navigation, rechercher


Delphi

class function GetName: string; override;

C++

__classmethod virtual System::UnicodeString __fastcall GetName();

Propriétés

Type Visibilité  Source Unité  Parent
function public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1SignatureMethod_HMAC_SHA1


Description

Renvoie le nom de la méthode de signature.

GetName renvoie HMAC-SHA1 comme nom de l'algorithme de signature.

Voir aussi