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.
Certificate resource specific properties.
public class CertificateProperties
type CertificateProperties = class
Public Class CertificateProperties
- Inheritance
-
CertificateProperties
Constructors
CertificateProperties() |
Initializes a new instance of CertificateProperties. |
Properties
ExpirationOn |
Certificate expiration date. |
IssueOn |
Certificate issue Date. |
Issuer |
Certificate issuer. |
Password |
Certificate password. |
ProvisioningState |
Provisioning state of the certificate. |
PublicKeyHash |
Public key hash. |
SubjectName |
Subject name of the certificate. |
Thumbprint |
Certificate thumbprint. |
Valid |
Is the certificate valid?. |
Value |
PFX or PEM blob. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET