CertificateBaseProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base certificate properties.
public class CertificateBaseProperties
type CertificateBaseProperties = class
Public Class CertificateBaseProperties
- Inheritance
-
CertificateBaseProperties
Constructors
CertificateBaseProperties() |
Initializes a new instance of the CertificateBaseProperties class. |
CertificateBaseProperties(String, String, CertificateFormat) |
Initializes a new instance of the CertificateBaseProperties class. |
Properties
Format |
Gets or sets the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer' |
Thumbprint |
Gets or sets the thumbprint of the certificate. |
ThumbprintAlgorithm |
Gets or sets the algorithm of the certificate thumbprint. |
Applies to
Azure SDK for .NET