public class X509CertificateTrustListEntryPublic Class X509CertificateTrustListEntrypublic ref class X509CertificateTrustListEntrytype X509CertificateTrustListEntry = class end| 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. |
| 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. |
| 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) |