The properties of System.Security.Cryptography.CryptoStream are listed below. For a list of all members, see the CryptoStream Members list.
See Also: Inherited members from System.IO.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. |