System.Security.Cryptography.CompositeMLDsaCng
Provides a Cryptography Next Generation (CNG) implementation of Composite ML-DSA.
namespace System.Security.Cryptography
{
public sealed class CompositeMLDsaCng : CompositeMLDsa
{
public CompositeMLDsaCng(CngKey key);
public CngKey GetKey();
}
}