Click or drag to resize

OCSPSingleRequestCollectionItem Property (String)

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

Namespace:  PKI.OCSP
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public OCSPSingleRequest this[
	string serialNumber
] { get; }

Parameters

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

Return Value

Type: 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