Click or drag to resize

X509CEPEnrollmentPropertyInfo Class

Represents CEP enrollment property information when the certificate was requested by using Certificate Enrollment Web Services ([MS-XCEP] and [MS-WSTEP]).
Inheritance Hierarchy
SystemObject
  System.Security.Cryptography.X509CertificatesX509CEPEnrollmentPropertyInfo

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class X509CEPEnrollmentPropertyInfo

The X509CEPEnrollmentPropertyInfo type exposes the following members.

Properties
  NameDescription
Public propertyEnrollmentServerAuthentication
Gets the authentication type used to authenticate at Enrollment Server.
Public propertyEnrollmentServerUrl
Gets the Enrollment Server Url
Public propertyPolicyId
Gets the policy ID.
Public propertyPolicyServerAuthentication
Gets the authentication type used to authenticate at Certificate Enrollment Policy Server.
Public propertyPolicyServerUrl
Gets the Url of the Certificate Enrollment Policy Server.
Public propertyPolicyServerUrlFlags
Gets Certificate Enrollment Policy Server Url flags.
Public propertyRequestID
Gets the certificate request ID in the CA database.
Public propertyVersion
Gets the version number. Currently, version is constant '1'.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the textual representation of the current object.
(Overrides ObjectToString.)
Top
Remarks
No public constructors are defined. Objects of this class are created by calling GetCertificateContextProperty(X509Certificate2, X509CertificatePropertyType) or GetCertificateContextProperties(X509Certificate2) extension methods.
See Also