ShaCertificate class

Un certificat SHA-1 ou SHA-256.

N'appelez pas ce constructeur directement. Utilisez plutôt [ projectManagement.shaCertificate() ](projectManagement.ProjectManagement#shaCertificate).

Signature:

export declare class ShaCertificate 

Propriétés

Propriété Modificateurs Taper Description
Type de certificat ('sha1' | 'sha256') Le type de certificat SHA.
nom de la ressource chaîne | indéfini
shaHash chaîne

ShaCertificate.certType

Le type de certificat SHA.

Signature:

readonly certType: ('sha1' | 'sha256');

Exemple

var certType = shaCertificate.certType;

ShaCertificate.resourceName

Signature:

readonly resourceName?: string | undefined;

ShaCertificate.shaHash

Signature:

readonly shaHash: string;