Click or drag to resize

CspProviderAlgorithmInfoCollection Constructor (IEnumerableCspProviderAlgorithmInfo)

Initializes a new instance of the CspProviderAlgorithmInfoCollection class

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public CspProviderAlgorithmInfoCollection(
	IEnumerable<CspProviderAlgorithmInfo> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableCspProviderAlgorithmInfo

[Missing <param name="collection"/> documentation for "M:SysadminsLV.PKI.Cryptography.CspProviderAlgorithmInfoCollection.#ctor(System.Collections.Generic.IEnumerable{SysadminsLV.PKI.Cryptography.CspProviderAlgorithmInfo})"]

See Also