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

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).
public MLDsaCng(CngKey key)

Initializes a new instance of the MLDsaCng class by using the specified CngKey.

public CngKey GetKey()

Gets a new CngKey representing the key used by the current instance.