Click or drag to resize

X509CertificateTrustListEntry Class

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

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

The X509CertificateTrustListEntry type exposes the following members.

Constructors
  NameDescription
Public methodX509CertificateTrustListEntry(Byte)
Initializes a new instance of X509CertificateTrustListEntry class using a byte array that represents certificate's thumbprint.
Public methodX509CertificateTrustListEntry(AsnEncodedData)
Initializes a new instance of X509CertificateTrustListEntry class using a byte array that represents certificate's thumbprint.
Public methodX509CertificateTrustListEntry(X509Certificate2, Oid)
Initializes a new instance of X509CertificateTrustListEntry class using an existing instance of X.509 certificate and hashing algorithm used to compute the hash.
Top
Properties
  NameDescription
Public propertyAttributes
Gets a collection of attributes associated with the current certificate.
Public propertyCertificate
Gets an instance of X509Certificate2 object which is associated with the current trust list entry. This member may return null when certificate data is not available.
Public propertyThumbprint
Gets certificate's thumbprint value.
Top
Methods
  NameDescription
Public methodAddAttribute
Adds new cryptographic attribute associated with the current certificate trust list item.
Public methodEncode
Encodes current instance of CTL entry to ASN.1-encoded byte array.
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
See Also