5 references to Cryptography_ArgECDHRequiresECDHKey
System.Security.Cryptography (5)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
29
throw new ArgumentException(SR.
Cryptography_ArgECDHRequiresECDHKey
, nameof(key));
System\Security\Cryptography\ECDiffieHellmanCng.Derive.cs (2)
47
throw new ArgumentException(SR.
Cryptography_ArgECDHRequiresECDHKey
, nameof(otherPartyPublicKey));
132
throw new ArgumentException(SR.
Cryptography_ArgECDHRequiresECDHKey
, nameof(otherPartyPublicKey));
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (1)
41
throw new ArgumentException(SR.
Cryptography_ArgECDHRequiresECDHKey
, nameof(value));
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
76
throw new ArgumentException(SR.
Cryptography_ArgECDHRequiresECDHKey
);