CertRequestStatusCertificate Property
If enrollment was successfull, the property contains issued certificate.
Namespace: PKI.EnrollmentAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public X509Certificate2 Certificate { get; set; }
Public Property Certificate As X509Certificate2
Get
Set
public:
property X509Certificate2^ Certificate {
X509Certificate2^ get ();
void set (X509Certificate2^ value);
}
member Certificate : X509Certificate2 with get, set
Property Value
X509Certificate2