CertificateCreateProperties Class

Definition

The properties of the create certificate operation.

public class CertificateCreateProperties
type CertificateCreateProperties = class
Public Class CertificateCreateProperties
Inheritance
CertificateCreateProperties

Constructors

CertificateCreateProperties()

Initializes a new instance of the CertificateCreateProperties class.

CertificateCreateProperties(String)

Initializes a new instance of the CertificateCreateProperties class with required arguments.

Properties

Base64Value

Required. Gets or sets the base64 encoded value of the certificate.

Description

Optional. Gets or sets the description of the certificate.

IsExportable

Optional. Gets or sets the is exportable flag of the certificate.

Thumbprint

Optional. Gets or sets the thumbprint of the certificate.

Applies to