ShaCertificate class

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

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

サイン:

export declare class ShaCertificate 

プロパティ

財産修飾子タイプ説明
証明書の種類('sha1' | 'sha256') SHA 証明書のタイプ。
リソース名文字列 |未定義
シャハッシュ

ShaCertificate.certType

SHA 証明書のタイプ。

サイン:

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

var certType = shaCertificate.certType;

ShaCertificate.リソース名

サイン:

readonly resourceName?: string | undefined;

ShaCertificate.shaHash

サイン:

readonly shaHash: string;