API:Data.Cloud.CloudAPI.TCloudSHA1Authentication

From RAD Studio API Documentation
Jump to: navigation, search

Data.Cloud.CloudAPI.TCloudAuthenticationSystem.TObjectTCloudSHA1Authentication

Delphi

TCloudSHA1Authentication = class(TCloudAuthentication)

C++

class PASCALIMPLEMENTATION TCloudSHA1Authentication : 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.TCloudSHA1Authentication 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.

See Also