CertificateCreateProperties 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 properties of the create certificate operation.
public class CertificateCreateProperties
type CertificateCreateProperties = class
Public Class CertificateCreateProperties
- Inheritance
-
CertificateCreateProperties
Constructors
CertificateCreateProperties() |
Initializes a new instance of the CertificateCreateProperties class. |
CertificateCreateProperties(String) |
Initializes a new instance of the CertificateCreateProperties class with required arguments. |
Properties
Base64Value |
Required. Gets or sets the base64 encoded value of the certificate. |
Description |
Optional. Gets or sets the description of the certificate. |
IsExportable |
Optional. Gets or sets the is exportable flag of the certificate. |
Thumbprint |
Optional. Gets or sets the thumbprint of the certificate. |