5 references to NotSupported_UnseekableStream
System.Security.Cryptography (5)
System\Security\Cryptography\CryptoStream.cs (5)
93
get { throw new NotSupportedException(SR.
NotSupported_UnseekableStream
); }
98
get { throw new NotSupportedException(SR.
NotSupported_UnseekableStream
); }
99
set { throw new NotSupportedException(SR.
NotSupported_UnseekableStream
); }
209
throw new NotSupportedException(SR.
NotSupported_UnseekableStream
);
214
throw new NotSupportedException(SR.
NotSupported_UnseekableStream
);