Click or drag to resize

X509CRL2Collection Constructor (IEnumerableX509CRL2)

Initializes a new instance of the X509CRL2Collection class from an array of X509CRL2 objects.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CRL2Collection(
	IEnumerable<X509CRL2> revocationLists
)

Parameters

revocationLists
Type: System.Collections.GenericIEnumerableX509CRL2
An array of X509CRL2 objects.
See Also