REST.Authenticator.OAuth.TOAuth1SignatureMethod_HMAC_SHA1.GetName

提供: RAD Studio API Documentation
移動先: 案内検索


Delphi

class function GetName: string; override;

C++

__classmethod virtual System::UnicodeString __fastcall GetName();

プロパティ

種類 可視性 ソース ユニット
function public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1SignatureMethod_HMAC_SHA1


説明

署名方式の名前を返します。

GetName は、署名アルゴリズムの名前として HMAC-SHA1 を返します。

関連項目