X509CTLEntryCollectionItem Property (String) |
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; }
Public ReadOnly Default Property Item (
thumbprint As String
) As X509CTLEntry
Get
public:
property X509CTLEntry^ default[String^ thumbprint] {
X509CTLEntry^ get (String^ thumbprint);
}
member Item : X509CTLEntry with get
Parameters
- thumbprint
- Type: SystemString
A string that represents a Thumbprint
property.
Return Value
Type:
X509CTLEntryAn
X509CTLEntry object.
Remarks See Also