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