X509CertificateTrustListEntry Class

Represents a X.509 certificate trust list (CTL) entry element. Generally, this elements describes the certificate in the trust list.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public class X509CertificateTrustListEntry
Inheritance
Object    X509CertificateTrustListEntry

Constructors

X509CertificateTrustListEntry(AsnEncodedData) Initializes a new instance of X509CertificateTrustListEntry class using a byte array that represents certificate's thumbprint.
X509CertificateTrustListEntry(Byte) Initializes a new instance of X509CertificateTrustListEntry class using a byte array that represents certificate's thumbprint.
X509CertificateTrustListEntry(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.

Properties

Attributes Gets a collection of attributes associated with the current certificate.
Certificate 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.
Thumbprint Gets certificate's thumbprint value.

Methods

AddAttribute Adds new cryptographic attribute associated with the current certificate trust list item.
Encode Encodes current instance of CTL entry to ASN.1-encoded byte array.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also