8 references to Cryptography_PrivateKey_WrongAlgorithm
System.Security.Cryptography (8)
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 (5)
769throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm); 857throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm); 962throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm); 1058throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm); 1168throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm);