X509CRLEntryCollectionItem(String) Property

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

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public X509CRLEntry this[
	string serialNumber
] { get; }

Parameters

serialNumber  String
A string that represents a SerialNumber property.

Return Value

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