Click or drag to resize

X509AttributeCollection Constructor (IEnumerableX509Attribute)

Initializes a new instance of the X509AttributeCollection class from an array of X509Attribute objects.

Namespace:  System.Security.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509AttributeCollection(
	IEnumerable<X509Attribute> attributes
)

Parameters

attributes
Type: System.Collections.GenericIEnumerableX509Attribute
An array of X509Attribute objects.
See Also