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;