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