X509CTLEntry Class |
Note: This API is now obsolete.
Namespace: System.Security.Cryptography.X509Certificates
The X509CTLEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes |
Gets a collection of attributes associated with the current certificate.
|
![]() | Certificate |
Gets a pointer to a X509Certificate2 object which is described by this object. If the certificate is not installed
on the current system, the property returns Zero.
|
![]() | Thumbprint |
Gets certificate's thumbprint value.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Gets a textual representation of the X509CTLEntry object.
(Overrides ObjectToString.) |