7 references to Cryptography_PrivateKey_WrongAlgorithm
System.Security.Cryptography (7)
System\Security\Cryptography\X509Certificates\DSACertificateExtensions.cs (1)
44throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm);
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (1)
41throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm);
System\Security\Cryptography\X509Certificates\RSACertificateExtensions.cs (1)
41throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (4)
769throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm); 860throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm); 961throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm); 1053throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm);