ShaCertificate class

SHA-1 或 SHA-256 证书。

请勿直接调用此构造函数,请改用 [projectManagement.shaCertificate()](projectManagement.ProjectManagement#shaCertificate)。

签名

export declare class ShaCertificate 

属性

属性 修饰符 类型 说明
certType (“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;