CertificateCreateParameters 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.
The certificate create parameters.
public class CertificateCreateParameters
type CertificateCreateParameters = class
Public Class CertificateCreateParameters
- Inheritance
-
CertificateCreateParameters
Constructors
CertificateCreateParameters() |
Initializes a new instance of the CertificateCreateParameters class. |
CertificateCreateParameters(CertificatePolicy, CertificateAttributes, IDictionary<String,String>) |
Initializes a new instance of the CertificateCreateParameters class. |
Properties
CertificateAttributes |
Gets or sets the attributes of the certificate (optional). |
CertificatePolicy |
Gets or sets the management policy for the certificate. |
Tags |
Gets or sets application specific metadata in the form of key-value pairs. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET