<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.11" />
System.Security.Cryptography.MLKemCng
Provides a Cryptography Next Generation (CNG) implementation of the Module-Lattice-Based Key-Encapsulation
Mechanism (ML-KEM).
namespace System.
Security.
Cryptography
{
public sealed class MLKemCng :
MLKem
{
public MLKemCng(
CngKey key);
public CngKey GetKey();
}
}