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

System.Security.Cryptography.MLDsaCng

public sealed class MLDsaCng : MLDsa
Provides a Cryptography Next Generation (CNG) implementation of the Module-Lattice-Based Digital Signature Algorithm (ML-DSA).
namespace System.Security.Cryptography { public sealed class MLDsaCng : MLDsa { private delegate void KeySelectorFunc (ValueMLDsaPrivateKeyAsn mldsaPrivateKeyAsn, MLDsaAlgorithm algorithm, Span<byte> destination); public MLDsaCng(CngKey key); public CngKey GetKey(); } }