Share via


CertificateBaseProperties Class

Definition

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