Un certificato SHA-1 o SHA-256.
Non chiamare direttamente questo costruttore. Utilizzare invece [ projectManagement.shaCertificate()
](projectManagement.ProjectManagement#shaCertificate).
Firma:
export declare class ShaCertificate
Proprietà
Proprietà | Modificatori | Tipo | Descrizione |
---|---|---|---|
certType | ('sha1' | 'sha256') | Il tipo di certificato SHA. | |
nomerisorsa | stringa | non definito | ||
shaHash | corda |
ShaCertificate.certType
Il tipo di certificato SHA.
Firma:
readonly certType: ('sha1' | 'sha256');
Esempio
var certType = shaCertificate.certType;
ShaCertificate.nomerisorsa
Firma:
readonly resourceName?: string | undefined;
ShaCertificate.shaHash
Firma:
readonly shaHash: string;