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