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