REST.Authenticator.OAuth.TOAuth1SignatureMethod_HMAC_SHA1.GetName

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

class function GetName: string; override;

C++

__classmethod virtual System::UnicodeString __fastcall GetName();

Properties

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

Description

Returns the name of the signature method.

GetName returns HMAC-SHA1 as the name of the signature algorithm.

See Also