API:Data.Cloud.CloudAPI.TCloudSHA1Authentication

提供: RAD Studio API Documentation
移動先: 案内検索

Data.Cloud.CloudAPI.TCloudAuthenticationSystem.TObjectTCloudSHA1Authentication

Delphi

TCloudSHA1Authentication = class(TCloudAuthentication)

C++

class PASCALIMPLEMENTATION TCloudSHA1Authentication : public TCloudAuthentication

プロパティ

種類 可視性 ソース ユニット
class public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI Data.Cloud.CloudAPI

説明

署名付きの権限付与文字列を作成するための基底クラスです。

Data.Cloud.CloudAPI.TCloudSHA1Authentication は Data.Cloud.CloudAPI.TCloudAuthentication を継承しています。以下の内容はすべて Data.Cloud.CloudAPI.TCloudAuthentication を参照しています。


署名付きの権限付与文字列を作成するための基底クラスです。


TCloudAuthentication のサブクラスで署名アルゴリズムを実装します。そのアルゴリズムが SignString に適用されて、権限付与文字列の一部となります。

関連項目