REST.Authenticator.OAuth.TOAuth1SignatureMethod_HMAC_SHA1.GetName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

class function GetName: string; override;

C++

__classmethod virtual System::UnicodeString __fastcall GetName();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1SignatureMethod_HMAC_SHA1

Beschreibung

Gibt den Namen der Signaturmethode zurück.

GetName gibt HMAC-SHA1 als Namen des Signaturalgorithmus zurück.

Siehe auch