CertificateDescription 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.
Describes the certificate details.
public class CertificateDescription
type CertificateDescription = class
Public Class CertificateDescription
- Inheritance
-
CertificateDescription
Constructors
CertificateDescription() |
Initializes a new instance of the CertificateDescription class. |
CertificateDescription(String, String, String) |
Initializes a new instance of the CertificateDescription class. |
Properties
Thumbprint |
Gets or sets thumbprint of the primary certificate. |
ThumbprintSecondary |
Gets or sets thumbprint of the secondary certificate. |
X509StoreName |
Gets or sets the local certificate store location. Possible values include: 'AddressBook', 'AuthRoot', 'CertificateAuthority', 'Disallowed', 'My', 'Root', 'TrustedPeople', 'TrustedPublisher' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET