25 references to Argument_StreamNotReadable
System.Security.Cryptography (25)
System\Security\Cryptography\CryptographicOperations.cs (1)
1052
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
System\Security\Cryptography\CryptoStream.cs (1)
51
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(stream));
System\Security\Cryptography\HashStatic.cs (4)
73
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
84
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
95
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
112
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
System\Security\Cryptography\HMACStatic.cs (6)
93
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
104
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
125
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
150
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
178
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
211
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
System\Security\Cryptography\Kmac128.cs (1)
775
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
System\Security\Cryptography\Kmac256.cs (1)
775
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
System\Security\Cryptography\KmacStatic.cs (1)
206
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
System\Security\Cryptography\KmacXof128.cs (1)
775
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
System\Security\Cryptography\KmacXof256.cs (1)
775
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
System\Security\Cryptography\Shake128.cs (4)
357
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
385
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
421
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
463
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
System\Security\Cryptography\Shake256.cs (4)
357
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
385
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
421
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));
463
throw new ArgumentException(SR.
Argument_StreamNotReadable
, nameof(source));