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