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