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