OCSPSingleResponseCollection(IEnumerableOCSPSingleResponse) Constructor

Initializes a new instance of the OCSPSingleResponseCollection class from an existing collection of items.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public OCSPSingleResponseCollection(
	IEnumerable<OCSPSingleResponse> collection
)

Parameters

collection  IEnumerableOCSPSingleResponse
The collection whose elements are copied to the new list.

See Also