Click or drag to resize

OCSPSingleResponseCollection Constructor (IEnumerableOCSPSingleResponse)

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

Namespace:  PKI.OCSP
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public OCSPSingleResponseCollection(
	IEnumerable<OCSPSingleResponse> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableOCSPSingleResponse
The collection whose elements are copied to the new list.
See Also