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;