OCSPSingleResponseCollection(IEnumerableOCSPSingleResponse) Constructor
Namespace: SysadminsLV.PKI.OcspClientAssembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
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 IEnumerableOCSPSingleResponse
- The collection whose elements are copied to the new list.