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); 860throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm); 965throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm); 1061throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm); 1171throw new ArgumentException(SR.Cryptography_PrivateKey_WrongAlgorithm);