System.Security.Cryptography.CryptoStream: Property Members

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

Public Properties

[read-only]
override
CanReadbool.

Gets a value indicating whether the current System.Security.Cryptography.CryptoStream is readable.

[read-only]
override
CanSeekbool.

Gets a value indicating whether you can seek within the current System.Security.Cryptography.CryptoStream.

[read-only]
override
CanWritebool.

Gets a value indicating whether the current System.Security.Cryptography.CryptoStream is writable.

[read-only]
HasFlushedFinalBlockbool.

Gets a value indicating whether the final buffer block has been written to the underlying stream.

[read-only]
override
Lengthlong.

Gets the length in bytes of the stream.

override
Positionlong.

Gets or sets the position within the current stream.