OCSPSingleResponseCollection Constructor (IEnumerableOCSPSingleResponse) |
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
)
Public Sub New (
collection As IEnumerable(Of OCSPSingleResponse)
)
public:
OCSPSingleResponseCollection(
IEnumerable<OCSPSingleResponse^>^ collection
)
new :
collection : IEnumerable<OCSPSingleResponse> -> OCSPSingleResponseCollection
Parameters
- collection
- Type: System.Collections.GenericIEnumerableOCSPSingleResponse
The collection whose elements are copied to the new list.
See Also