CertificatePolicy 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.
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
Azure SDK for .NET