Un certificado SHA-1 o SHA-256.
No llames a este constructor directamente. En su lugar, usa [projectManagement.shaCertificate()
](projectManagement.ProjectManagement#shaCertificate).
Firma:
export declare class ShaCertificate
Propiedades
Propiedad | Teclas modificadoras | Tipo | Descripción |
---|---|---|---|
certType | ('sha1' | 'sha256') | El tipo de certificado SHA. | |
Nombredelrecurso | cadena | indefinido | ||
shaHash | string |
ShaCertificate.certType
El tipo de certificado SHA.
Firma:
readonly certType: ('sha1' | 'sha256');
Ejemplo
var certType = shaCertificate.certType;
ShaCertificate.resourceName
Firma:
readonly resourceName?: string | undefined;
ShaCertificate.shaHash
Firma:
readonly shaHash: string;