CertificateProperties 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.
Properties of the certificate.
public class CertificateProperties
type CertificateProperties = class
Public Class CertificateProperties
- Inheritance
-
CertificateProperties
Constructors
CertificateProperties() |
Initializes a new instance of the CertificateProperties class. |
Properties
CreationTime |
Optional. Gets or sets the creation time of the certificate. |
Description |
Optional. Gets or sets the description of the certificate. |
ExpiryTime |
Optional. Gets or sets the expiry time of the certificate. |
IsExportable |
Optional. Gets or sets the is exportable flag of the certificate. |
LastModifiedTime |
Optional. Gets or sets the last modified time of the certificate. |
Thumbprint |
Optional. Gets or sets the thumbprint of the certificate. |
Applies to
Azure SDK for .NET