2 references to Cryptography_ArgDSARequiresDSAKey
System.Security.Cryptography (2)
System\Security\Cryptography\DSACng.cs (1)
29
throw new ArgumentException(SR.
Cryptography_ArgDSARequiresDSAKey
, nameof(key));
System\Security\Cryptography\DSACng.Key.cs (1)
33
throw new ArgumentException(SR.
Cryptography_ArgDSARequiresDSAKey
, nameof(value));