5 references to Arg_EmptySpan
System.Security.Cryptography (5)
System\Security\Cryptography\Aes.cs (2)
104
throw new ArgumentException(SR.
Arg_EmptySpan
, nameof(plaintext));
132
throw new ArgumentException(SR.
Arg_EmptySpan
, nameof(plaintext));
System\Security\Cryptography\RandomNumberGenerator.cs (3)
182
throw new ArgumentException(SR.
Arg_EmptySpan
, nameof(choices));
205
throw new ArgumentException(SR.
Arg_EmptySpan
, nameof(choices));
232
throw new ArgumentException(SR.
Arg_EmptySpan
, nameof(choices));