X509CEPEnrollmentPropertyInfo Class

Represents CEP enrollment property information when the certificate was requested by using Certificate Enrollment Web Services ([MS-XCEP] and [MS-WSTEP]).

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 X509CEPEnrollmentPropertyInfo
Inheritance
Object    X509CEPEnrollmentPropertyInfo

Remarks

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

Properties

EnrollmentServerAuthentication Gets the authentication type used to authenticate at Enrollment Server.
EnrollmentServerUrl Gets the Enrollment Server Url
PolicyId Gets the policy ID.
PolicyServerAuthentication Gets the authentication type used to authenticate at Certificate Enrollment Policy Server.
PolicyServerUrl Gets the Url of the Certificate Enrollment Policy Server.
PolicyServerUrlFlags Gets Certificate Enrollment Policy Server Url flags.
RequestID Gets the certificate request ID in the CA database.
Version Gets the version number. Currently, version is constant '1'.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Gets the textual representation of the current object.
(Overrides ObjectToString)

See Also