The members of System.Security.Cryptography.CryptoStream are listed below.
See Also: Inherited members from System.IO.Stream
Initializes a new instance of the System.Security.Cryptography.CryptoStream class with a target data stream, the transformation to use, and the mode of the stream. |
[read-only] override | CanRead | bool.
Gets a value indicating whether the current System.Security.Cryptography.CryptoStream is readable. |
[read-only] override | CanSeek | bool.
Gets a value indicating whether you can seek within the current System.Security.Cryptography.CryptoStream. |
[read-only] override | CanWrite | bool.
Gets a value indicating whether the current System.Security.Cryptography.CryptoStream is writable. |
[read-only] | HasFlushedFinalBlock | bool.
Gets a value indicating whether the final buffer block has been written to the underlying stream. |
[read-only] override | Length | long.
Gets the length in bytes of the stream. |
override | Position | long.
Gets or sets the position within the current stream. |
Clear()
| ||
override | Close()Documentation for this section has not yet been entered. | |
Finalize()Documentation for this section has not yet been entered. | ||
override | Flush()
| |
override | FlushAsync(System.Threading.CancellationToken)
| |
FlushFinalBlock()
| ||
override | Read(byte[], int, int)
| |
override | ReadAsync(byte[], int, int, System.Threading.CancellationToken)
| |
override | Seek(long, System.IO.SeekOrigin)
| |
override | SetLength(long)
| |
override | Write(byte[], int, int)
| |
override | WriteAsync(byte[], int, int, System.Threading.CancellationToken)
|
override | Dispose(bool)
|