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.resourceName

簽名:

readonly resourceName?: string | undefined;

ShaCertificate.shaHash

簽名:

readonly shaHash: string;