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