CertificateIssuer 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.
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, 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). |
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). |
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
Azure SDK for .NET