12 references to Cryptography_PrivateKey_DoesNotMatch
System.Security.Cryptography (12)
System\Security\Cryptography\X509Certificates\DSACertificateExtensions.cs (1)
54
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (1)
45
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));
System\Security\Cryptography\X509Certificates\RSACertificateExtensions.cs (1)
49
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (9)
774
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));
865
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));
876
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));
970
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));
981
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));
1066
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));
1081
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));
1176
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));
1184
throw new ArgumentException(SR.
Cryptography_PrivateKey_DoesNotMatch
, nameof(privateKey));