Data.Cloud.CloudAPI.TCloudAuthentication

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTCloudAuthentication
[–] 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.

See Also