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;