CspProviderAlgorithmInfoCollection(IEnumerableCspProviderAlgorithmInfo) Constructor

Initializes a new instance of the CspProviderAlgorithmInfoCollection class

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public CspProviderAlgorithmInfoCollection(
	IEnumerable<CspProviderAlgorithmInfo> collection
)

Parameters

collection  IEnumerableCspProviderAlgorithmInfo

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

See Also