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); 854throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey); 959throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey); 1055throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey); 1165throw new InvalidOperationException(SR.Cryptography_Cert_AlreadyHasPrivateKey);