Click or drag to resize

X509CertificateTrustListEntryCollectionItem Property (String)

Gets an X509CertificateTrustListEntry object from the X509CertificateTrustListEntryCollection object by certificate's Thumbprint value.

Namespace:  SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CertificateTrustListEntry this[
	string thumbprint
] { get; }

Parameters

thumbprint
Type: SystemString
A string that represents a Thumbprint property.

Return Value

Type: X509CertificateTrustListEntry
An X509CertificateTrustListEntry object if found, or null if specified item was not found.
Remarks
Use this property to retrieve an X509CertificateTrustListEntry object from an X509CertificateTrustListEntryCollection object if you know the Thumbprint value of the X509CertificateTrustListEntry object. You can use the [!:this[Int32]] property to retrieve an X509CertificateTrustListEntry object if you know its location in the collection.
See Also