CertRequestStatus Class

Represents ICertRequest request status wrapped object.

Definition

Namespace: PKI.Enrollment
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public class CertRequestStatus
Inheritance
Object    CertRequestStatus

Constructors

CertRequestStatusInitializes a new instance of the CertRequestStatus class

Properties

Certificate If enrollment was successfull, the property contains issued certificate.
CertificationAuthority Gets or sets CertificateAuthority object.
ErrorInformation Gets or sets error information for pending or failed request.
RequestID Gets or sets request ID returned by CA server.
Status Gets the request status.

Methods

Equals
(Inherited from Object)
Export Exports certificate contained in the Certificate property to a file.
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also