ใบรับรอง SHA-1 หรือ SHA-256
อย่าเรียกตัวสร้างนี้โดยตรง โปรดใช้ [projectManagement.shaCertificate()
](projectManagement.ProjectManagement#shaCertificate) แทน
ลายเซ็น:
export declare class ShaCertificate
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | คีย์ตัวปรับแต่ง | ประเภท | คำอธิบาย |
---|---|---|---|
certType | ('sha1' | 'sha256') | ประเภทใบรับรอง SHA | |
ชื่อทรัพยากร | สตริง | ไม่ได้กำหนด | ||
shaHash | สตริง |
ShaCertificate.certType
ประเภทใบรับรอง SHA
ลายเซ็น:
readonly certType: ('sha1' | 'sha256');
ตัวอย่าง
var certType = shaCertificate.certType;
ShaCertificate.resourceName
ลายเซ็น:
readonly resourceName?: string | undefined;
ShaCertificate.shaHash
ลายเซ็น:
readonly shaHash: string;