Click or drag to resize

X509CRLEntryCollectionItem Property (String)

Gets an X509CRLEntry object from the X509CRLEntryCollection object by revoked certificate's serial number.

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

Parameters

serialNumber
Type: SystemString
A string that represents a SerialNumber property.

Return Value

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