API:Data.Cloud.CloudAPI.TCloudSHA256Authentication.GetAuthorizationType
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 | TCloudSHA256Authentication |
Beschreibung
Gibt den im Wert des Authorization-Headers zu verwendenden Autorisierungstyp zurück. {{#multireplace:Data.Cloud.CloudAPI.TCloudSHA256Authentication.GetAuthorizationType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Data.Cloud.CloudAPI.TCloudAuthentication.GetAuthorizationType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Data.Cloud.CloudAPI.TCloudAuthentication.GetAuthorizationType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.