Click or drag to resize

X509CTLEntry Class

Note: This API is now obsolete.

Represents a X.509 certificate trust list (CTL) entry element. Generally, this elements describes the certificate in the trust list.
Inheritance Hierarchy
SystemObject
  System.Security.Cryptography.X509CertificatesX509CTLEntry

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[ObsoleteAttribute("X509CTLEntry is replaced with X509CertificateTrustListEntry class.")]
public class X509CTLEntry

The X509CTLEntry type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets a collection of attributes associated with the current certificate.
Public propertyCertificate
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.
Public propertyThumbprint
Gets certificate's thumbprint value.
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 a textual representation of the X509CTLEntry object.
(Overrides ObjectToString.)
Top
See Also