OCSPSingleRequestCollectionItem(String) Property

Gets an OCSPSingleRequest object from the OCSPSingleRequestCollection object by revoked certificate's serial number.

Definition

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

Parameters

serialNumber  String
A string that represents a SerialNumber property.

Return Value

OCSPSingleRequest
An OCSPSingleRequest object.

Remarks

Use this property to retrieve an OCSPSingleRequest object from an OCSPSingleRequestCollection object if you know the SerialNumber value of the CertID object. You can use the ItemString property to retrieve an OCSPSingleRequest object if you know its location in the collection

See Also