API:Data.Cloud.CloudAPI.TCloudSHA1Authentication.GetAuthorizationType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAuthorizationType: string; override;

C++

virtual System::UnicodeString __fastcall GetAuthorizationType();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudSHA1Authentication

Beschreibung

Gibt den im Wert des Authorization-Headers zu verwendenden Autorisierungstyp zurück.

Data.Cloud.CloudAPI.TCloudSHA1Authentication.GetAuthorizationType erbt von Data.Cloud.CloudAPI.TCloudAuthentication.GetAuthorizationType. Der folgende Inhalt bezieht sich auf Data.Cloud.CloudAPI.TCloudAuthentication.GetAuthorizationType.

Gibt den im Wert des Authorization-Headers zu verwendenden Autorisierungstyp zurück.

Wenn der Authorization-Header folgendermaßen lautet:

Authorization: SharedKey [AccountName]:[Signature]

dann muss diese Funktion in einer Unterklasse implementiert werden, um SharedKey zurückzugeben.

Siehe auch