ShaCertificate class

A SHA-1 or SHA-256 certificate.

Do not call this constructor directly. Instead, use [projectManagement.shaCertificate()](projectManagement.ProjectManagement#shaCertificate).

Signature:

export declare class ShaCertificate 

Properties

Property Modifiers Type Description
certType ('sha1' | 'sha256') The SHA certificate type.
resourceName string | undefined
shaHash string

ShaCertificate.certType

The SHA certificate type.

Signature:

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

Example

var certType = shaCertificate.certType;

ShaCertificate.resourceName

Signature:

readonly resourceName?: string | undefined;

ShaCertificate.shaHash

Signature:

readonly shaHash: string;