Click or drag to resize

X509AlternativeNameCollection Constructor (IEnumerableX509AlternativeName)

Initializes a new instance of the X509AlternativeNameCollection class from an array of X509AlternativeName objects.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509AlternativeNameCollection(
	IEnumerable<X509AlternativeName> names
)

Parameters

names
Type: System.Collections.GenericIEnumerableX509AlternativeName
An array of X509AlternativeName objects.
See Also