Click or drag to resize

X509CTLEntryCollectionItem Property (String)

Gets an X509CTLEntry object from the X509CTLEntryCollection object by certificate's Thumbprint value.

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

Parameters

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

Return Value

Type: X509CTLEntry
An X509CTLEntry object.
Remarks
Use this property to retrieve an X509CTLEntry object from an X509CTLEntryCollection object if you know the Thumbprint value of the X509CTLEntry object. You can use the ItemString property to retrieve an X509CTLEntry object if you know its location in the collection
See Also