<PackageReference Include="Microsoft.Bcl.Cryptography" Version="11.0.0-preview.2.26159.112" />

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.