Click or drag to resize

AlgorithmIdentifierCollection Constructor (IEnumerableAlgorithmIdentifier)

Initializes a new instance of the AlgorithmIdentifierCollection class from an array of AlgorithmIdentifier objects.

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public AlgorithmIdentifierCollection(
	IEnumerable<AlgorithmIdentifier> algIdentifiers
)

Parameters

algIdentifiers
Type: System.Collections.GenericIEnumerableAlgorithmIdentifier
An array of AlgorithmIdentifier objects.
See Also