API:Data.Cloud.CloudAPI.TCloudSHA256Authentication
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
| Unit: Data.Cloud.CloudAPI | |
| Parent: Data.Cloud.CloudAPI | |
Delphi
TCloudSHA256Authentication = class(TCloudAuthentication)
C++
class PASCALIMPLEMENTATION TCloudSHA256Authentication : public TCloudAuthentication
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.