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