|
| CryptoStream (global::System.IO.Stream stream, ICryptoTransform transform, CryptoStreamMode mode) |
|
| CryptoStream (global::System.IO.Stream stream, ICryptoTransform transform, CryptoStreamMode mode, bool leaveOpen) |
|
void | FlushFinalBlock () |
|
override void | Flush () |
|
override global::System.Threading.Tasks.Task | FlushAsync (global::System.Threading.CancellationToken cancellationToken) |
|
override long | Seek (long offset, global::System.IO.SeekOrigin origin) |
|
override void | SetLength (long value) |
|
override global::System.Threading.Tasks.Task< int > | ReadAsync (byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken) |
|
override global::System.IAsyncResult | BeginRead (byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state) |
|
override int | EndRead (global::System.IAsyncResult asyncResult) |
|
override int | ReadByte () |
|
override void | WriteByte (byte value) |
|
override int | Read (byte[] buffer, int offset, int count) |
|
override global::System.Threading.Tasks.Task | WriteAsync (byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken) |
|
override global::System.IAsyncResult | BeginWrite (byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state) |
|
override void | EndWrite (global::System.IAsyncResult asyncResult) |
|
override void | Write (byte[] buffer, int offset, int count) |
|
void | Clear () |
|
|
global::System.Threading.Tasks.Task< int > | ReadAsyncInternal (byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken) |
|
void | CheckReadArguments (byte[] buffer, int offset, int count) |
|
global::System.Threading.Tasks.Task< int > | ReadAsyncCore (byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken, bool useAsync) |
|
global::System.Threading.Tasks.Task | WriteAsyncInternal (byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken) |
|
void | CheckWriteArguments (byte[] buffer, int offset, int count) |
|
global::System.Threading.Tasks.Task | WriteAsyncCore (byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken, bool useAsync) |
|
void | InitializeBuffer () |
|
Definition at line 14 of file CryptoStream.cs.