API:Data.Cloud.CloudAPI.TCloudSHA256Authentication

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Data.Cloud.CloudAPI.TCloudAuthenticationSystem.TObjectTCloudSHA256Authentication

Delphi

TCloudSHA256Authentication = class(TCloudAuthentication)

C++

class PASCALIMPLEMENTATION TCloudSHA256Authentication : public TCloudAuthentication

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI Data.Cloud.CloudAPI

Beschreibung

Basisklasse zum Erstellen eines signierten Autorisierungsstrings.

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

Basisklasse zum Erstellen eines signierten Autorisierungsstrings.

Unterklassen von TCloudAuthentication implementieren den Signierungsalgorithmus, der für SignString verwendet wird und dann zu einem Bestandteil des Autorisierungsstrings wird.

Siehe auch