ShaCertificate class

SHA-1 または SHA-256 の証明書。

このコンストラクタを直接呼び出さないでください。代わりに [projectManagement.shaCertificate()](projectManagement.ProjectManagement#shaCertificate) を使用してください。

署名:

export declare class ShaCertificate 

プロパティ

プロパティ 修飾キー タイプ 説明
証明書タイプ ('sha1' | 'sha256') SHA 証明書のタイプ。
resourceName 文字列 |未定義
shaHash 文字列

ShaCertificate.certType

SHA 証明書のタイプ。

署名:

readonly certType: ('sha1' | 'sha256');

var certType = shaCertificate.certType;

ShaCertificate.resourceName

署名:

readonly resourceName?: string | undefined;

ShaCertificate.shaHash

署名:

readonly shaHash: string;