4 references to Dsa
System.Security.Cryptography (4)
System\Security\Cryptography\DSACng.cs (2)
28if (key.AlgorithmGroup != CngAlgorithmGroup.Dsa) 47Debug.Assert(key.AlgorithmGroup == CngAlgorithmGroup.Dsa);
System\Security\Cryptography\DSACng.Key.cs (1)
32if (key.AlgorithmGroup != CngAlgorithmGroup.Dsa)
System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
84if (algorithmGroup == CngAlgorithmGroup.Dsa)