8 references to Cryptography_Cert_AlreadyHasPrivateKey
System.Security.Cryptography (8)
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 (5)
763throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey); 851throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey); 956throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey); 1052throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey); 1162throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey);