API:Data.Cloud.CloudAPI.TCloudSHA256Authentication

Delphi
TCloudSHA256Authentication = class(TCloudAuthentication)
C++
class PASCALIMPLEMENTATION TCloudSHA256Authentication : public TCloudAuthentication
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | Data.Cloud.CloudAPI |
Description
Base class for building a signed Authorization String.
Data.Cloud.CloudAPI.TCloudSHA256Authentication inherits from Data.Cloud.CloudAPI.TCloudAuthentication. All content below this line refers to Data.Cloud.CloudAPI.TCloudAuthentication.
Base class for building a signed Authorization String.
Subclasses of TCloudAuthentication implement the signing algorithm, which is used on the SignString, and then becomes part of the Authorization String.