X509EnrollmentPropertyInfo Class

Represents certificate enrollment information when the certificate is pending for CA manager approval. This information is used for enrollment API to determine request status and install issued certificate when request is approved.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public class X509EnrollmentPropertyInfo
Inheritance
Object    X509EnrollmentPropertyInfo

Remarks

No public constructors are defined. Objects of this class are created by calling GetCertificateContextProperty(X509Certificate2, X509CertificatePropertyType) or GetCertificateContextProperties(X509Certificate2) extension methods.

Properties

CAName Gets the CA certificate name.
CAServerHostName Gets the CA server host name.
FriendlyName Gets the friendly name of the pending request.
RequestID Gets pending request ID in the CA database.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also