MLKem(MLKemAlgorithm) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.