CertificateAddParameter interface

An interface representing CertificateAddParameter.

Properties

certificateFormat

The format of the Certificate data. Possible values include: 'pfx', 'cer'

data

The base64-encoded contents of the Certificate. The maximum size is 10KB.

password

The password to access the Certificate's private key. This must be omitted if the Certificate format is cer.

thumbprint

The X.509 thumbprint of the Certificate. This is a sequence of up to 40 hex digits (it may include spaces but these are removed).

thumbprintAlgorithm

The algorithm used to derive the thumbprint. This must be sha1.

Property Details

certificateFormat

The format of the Certificate data. Possible values include: 'pfx', 'cer'

certificateFormat?: CertificateFormat

Property Value

data

The base64-encoded contents of the Certificate. The maximum size is 10KB.

data: string

Property Value

string

password

The password to access the Certificate's private key. This must be omitted if the Certificate format is cer.

password?: string

Property Value

string

thumbprint

The X.509 thumbprint of the Certificate. This is a sequence of up to 40 hex digits (it may include spaces but these are removed).

thumbprint: string

Property Value

string

thumbprintAlgorithm

The algorithm used to derive the thumbprint. This must be sha1.

thumbprintAlgorithm: string

Property Value

string