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

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 (MLDsaPrivateKeyAsn mldsaPrivateKeyAsn, MLDsaAlgorithm algorithm, Span<byte> destination); public MLDsaCng(CngKey key); public CngKey GetKey(); } }