CertificateIssuer Class

Definition

A certificate issuer used to sign certificates managed by Azure Key Vault.

public class CertificateIssuer
type CertificateIssuer = class
Public Class CertificateIssuer
Inheritance
CertificateIssuer

Constructors

CertificateIssuer(String)

Initializes a new instance of the CertificateIssuer class. You can use this constructor to initialize a CertificateIssuer for UpdateIssuer(CertificateIssuer, CancellationToken) or UpdateIssuerAsync(CertificateIssuer, CancellationToken).

CertificateIssuer(String, String)

Initializes a new instance of the CertificateIssuer class. You can use this constructor to initialize a CertificateIssuer for CreateIssuer(CertificateIssuer, CancellationToken) or CreateIssuerAsync(CertificateIssuer, CancellationToken).

Properties

AccountId

Gets or sets the account identifier or username used to authenticate to the certificate issuer.

AdministratorContacts

Gets a list of contacts who administer the certificate issuer account.

CreatedOn

Gets a DateTimeOffset indicating when the certificate was created.

Enabled

Gets or sets a value indicating whether the issuer can currently be used to issue certificates. If null, the server default will be used.

Id

Gets the unique identifier of the certificate issuer.

Name

Gets the name of the certificate issuer.

OrganizationId

Gets or sets the organizational identifier for the issuer.

Password

Gets or sets the password or key used to authenticate to the certificate issuer.

Provider

Gets or sets the provider name of the certificate issuer.

UpdatedOn

Gets a DateTimeOffset indicating when the certificate was updated.

Applies to