4 references to MLDsa
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (3)
33
Debug.Assert(key.AlgorithmGroup == CngAlgorithmGroup.
MLDsa
);
45
if (key.AlgorithmGroup != CngAlgorithmGroup.
MLDsa
)
63
if (key.AlgorithmGroup != CngAlgorithmGroup.
MLDsa
)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
66
if (clonedCngKey.AlgorithmGroup != CngAlgorithmGroup.
MLDsa
)