Click or drag to resize

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.
Inheritance Hierarchy
SystemObject
  System.Security.Cryptography.X509CertificatesX509EnrollmentPropertyInfo

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

The X509EnrollmentPropertyInfo type exposes the following members.

Properties
  NameDescription
Public propertyCAName
Gets the CA certificate name.
Public propertyCAServerHostName
Gets the CA server host name.
Public propertyFriendlyName
Gets the friendly name of the pending request.
Public propertyRequestID
Gets pending request ID in the CA database.
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
Returns a string that represents 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