SHA-1 또는 SHA-256 인증서.
이 생성자를 직접 호출하지 마세요. 대신 [projectManagement.shaCertificate()
](projectManagement.ProjectManagement#shaCertificate)을 사용하세요.
서명:
export declare class ShaCertificate
속성
ShaCertificate.certType
SHA 인증서 유형입니다.
서명:
readonly certType: ('sha1' | 'sha256');
예
var certType = shaCertificate.certType;
ShaCertificate.resourceName
서명:
readonly resourceName?: string | undefined;
ShaCertificate.shaHash
서명:
readonly shaHash: string;