<PackageReference Include="Microsoft.Bcl.Cryptography" Version="11.0.0-preview.7.26381.103" />
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();
}
}