Click or drag to resize

X509CRLEntryCollection Constructor (IEnumerableX509CRLEntry)

Initializes a new instance of the X509CRLEntryCollection class from an array of X509CRLEntry objects and closes collection (makes it read-only).

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509CRLEntryCollection(
	IEnumerable<X509CRLEntry> entries
)

Parameters

entries
Type: System.Collections.GenericIEnumerableX509CRLEntry
See Also