<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.12" />

System.Security.Cryptography.MLKemCng

public sealed class MLKemCng : MLKem
Provides a Cryptography Next Generation (CNG) implementation of the Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM).
public MLKemCng(CngKey key)

Initializes a new instance of the MLKemCng class by using the specified CngKey.

public CngKey GetKey()

Gets a new CngKey representing the key used by the current instance.