CertificatePolicy Class

Definition

Management policy for a certificate.

public class CertificatePolicy
type CertificatePolicy = class
Public Class CertificatePolicy
Inheritance
CertificatePolicy

Constructors

CertificatePolicy()

Initializes a new instance of the CertificatePolicy class.

CertificatePolicy(String, KeyProperties, SecretProperties, X509CertificateProperties, IList<LifetimeAction>, IssuerParameters, CertificateAttributes)

Initializes a new instance of the CertificatePolicy class.

Properties

Attributes

Gets or sets the certificate attributes.

Id

Gets the certificate id.

IssuerParameters

Gets or sets parameters for the issuer of the X509 component of a certificate.

KeyProperties

Gets or sets properties of the key backing a certificate.

LifetimeActions

Gets or sets actions that will be performed by Key Vault over the lifetime of a certificate.

SecretProperties

Gets or sets properties of the secret backing a certificate.

X509CertificateProperties

Gets or sets properties of the X509 component of a certificate.

Methods

Validate()

Validate the object.

Applies to