XtsStream.Length Property
Namespace: Rebex.Security
Assembly: Rebex.Security.dll (version 7.0.9083)
Length
Gets the length in bytes of the stream.
Declaration
public override long Length { get; }
Property Value
Type | Description |
---|---|
Int64 | A long value representing the length of the stream in bytes. |
Overrides
Exceptions
Type | Condition |
---|---|
NotSupportedException | A class derived from Stream does not support seeking. |
ObjectDisposedException | Methods were called after the stream was closed. |