API:Data.Cloud.CloudAPI.TCloudSHA256Authentication
Delphi
TCloudSHA256Authentication = class(TCloudAuthentication)
C++
class PASCALIMPLEMENTATION TCloudSHA256Authentication : public TCloudAuthentication
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| class | public | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | Data.Cloud.CloudAPI |
説明
署名付きの権限付与文字列を作成するための基底クラスです。
Data.Cloud.CloudAPI.TCloudSHA256Authentication は Data.Cloud.CloudAPI.TCloudAuthentication を継承しています。以下の内容はすべて Data.Cloud.CloudAPI.TCloudAuthentication を参照しています。
署名付きの権限付与文字列を作成するための基底クラスです。
TCloudAuthentication のサブクラスで署名アルゴリズムを実装します。そのアルゴリズムが SignString に適用されて、権限付与文字列の一部となります。