The XtsStream type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBlockSize
Gets a size of one XTS block in bytes
Public propertySupported by the .NET Compact FrameworkCanRead
Gets a value indicating whether the current stream supports reading.
(Overrides Stream..::..CanRead.)
Public propertySupported by the .NET Compact FrameworkCanSeek
Gets a value indicating whether the current stream supports seeking.
(Overrides Stream..::..CanSeek.)
Public propertySupported by the .NET Compact FrameworkCanTimeout
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.)
Public propertySupported by the .NET Compact FrameworkCanWrite
Gets a value indicating whether the current stream supports writing.
(Overrides Stream..::..CanWrite.)
Public propertySupported by the .NET Compact FrameworkLength
Gets the length in bytes of the stream.
(Overrides Stream..::..Length.)
Public propertySupported by the .NET Compact FrameworkPosition
Gets or sets the position within the current stream.
(Overrides Stream..::..Position.)
Public propertySupported by the .NET Compact FrameworkReadTimeout
Gets or sets a value that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.)
Public propertySupported by the .NET Compact FrameworkWriteTimeout
Gets or sets a value that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.)

See Also