Certificate Members
Describes a certificate.
The following tables list the members exposed by the Certificate type.
Public Properties
Name | Description | |
---|---|---|
CertificateId | Gets the certificate ID. | |
Error | Gets any error that was encountered when processing the certificate request. | |
Flags | Gets the flags that describe the certificate. | |
IsExternal | Gets a Boolean value that indicates if the certificate is an external certificate. | |
isKeyHistory | Gets a Boolean value that indicates if the certificate is a key history certificate. | |
isPfx | Gets a Boolean value that indicates if the certificate request response is in PFX format. | |
isPkcs7 | Gets a Boolean value that indicates if the certificate request response is in PKCS#7 format. | |
isServerGenerated | Gets a Boolean value that indicates if the certificate was generated by a server. | |
Pfx | Gets the PFX certificate blob. | |
Pkcs7 | Gets the PKCS#7 certificate blob. | |
TemplateCommonName | Gets the certificate template common name for the certificate. | |
UseLocalMachineStore | Gets a Boolean value that indicates if the certificate is for the local computer certificate store. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
Certificate Class
Microsoft.Clm.Shared.Certificates Namespace