CertificateCreateOrUpdateProperties interface
Certificate properties for create operations
- Extends
Properties
data | The maximum size is 10KB. |
password | This must not be specified if the certificate format is Cer. |
Inherited Properties
format | The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. |
thumbprint | This must match the thumbprint from the name. |
thumbprint |
This must match the first portion of the certificate name. Currently required to be 'SHA1'. |
Property Details
data
The maximum size is 10KB.
data: string
Property Value
string
password
This must not be specified if the certificate format is Cer.
password?: string
Property Value
string
Inherited Property Details
format
The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx.
format?: CertificateFormat
Property Value
Inherited From CertificateBaseProperties.format
thumbprint
This must match the thumbprint from the name.
thumbprint?: string
Property Value
string
Inherited From CertificateBaseProperties.thumbprint
thumbprintAlgorithm
This must match the first portion of the certificate name. Currently required to be 'SHA1'.
thumbprintAlgorithm?: string
Property Value
string
Inherited From CertificateBaseProperties.thumbprintAlgorithm