Edit

Share via


MLKem(MLKemAlgorithm) Constructor

Definition

Initializes a new instance of the MLKem class.

protected:
 MLKem(System::Security::Cryptography::MLKemAlgorithm ^ algorithm);
protected MLKem(System.Security.Cryptography.MLKemAlgorithm algorithm);
new System.Security.Cryptography.MLKem : System.Security.Cryptography.MLKemAlgorithm -> System.Security.Cryptography.MLKem
Protected Sub New (algorithm As MLKemAlgorithm)

Parameters

algorithm
MLKemAlgorithm

The specific ML-KEM algorithm for this key.

Exceptions

algorithm is null.

Applies to