CompositeMLDsaCng(CngKey) Constructor

Definición

Inicializa una nueva instancia de la CompositeMLDsaCng clase mediante el especificado CngKey.

public:
 CompositeMLDsaCng(System::Security::Cryptography::CngKey ^ key);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public CompositeMLDsaCng(System.Security.Cryptography.CngKey key);
public CompositeMLDsaCng(System.Security.Cryptography.CngKey key);
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
new System.Security.Cryptography.CompositeMLDsaCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.CompositeMLDsaCng
new System.Security.Cryptography.CompositeMLDsaCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.CompositeMLDsaCng
Public Sub New (key As CngKey)

Parámetros

key
CngKey

Clave que se usará como entrada para las operaciones criptográficas realizadas por el objeto actual.

Atributos

Excepciones

key es null.

key no especifica un grupo de ML-DSA compuesto.

Las clases cryptography Next Generation (CNG) no se admiten en este sistema.

Se aplica a