Describes a certificate.

The following tables list the members exposed by the Certificate type.

Public Properties

  Name Description
public property CertificateId Gets the certificate ID.
public property Error Gets any error that was encountered when processing the certificate request.
public property Flags Gets the flags that describe the certificate.
public property IsExternal Gets a Boolean value that indicates if the certificate is an external certificate.
public property isKeyHistory Gets a Boolean value that indicates if the certificate is a key history certificate.
public property isPfx Gets a Boolean value that indicates if the certificate request response is in PFX format.
public property isPkcs7 Gets a Boolean value that indicates if the certificate request response is in PKCS#7 format.
public property isServerGenerated Gets a Boolean value that indicates if the certificate was generated by a server.
public property Pfx Gets the PFX certificate blob.
public property Pkcs7 Gets the PKCS#7 certificate blob.
public property TemplateCommonName Gets the certificate template common name for the certificate.
public property 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
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also