7 references to Cryptography_Cert_AlreadyHasPrivateKey
System.Security.Cryptography (7)
System\Security\Cryptography\X509Certificates\DSACertificateExtensions.cs (1)
39throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey);
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (1)
36throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey);
System\Security\Cryptography\X509Certificates\RSACertificateExtensions.cs (1)
36throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (4)
763throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey); 854throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey); 955throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey); 1050throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey);