XtsStream.Length Property
Namespace: Rebex.Security
Assembly: Rebex.Security.dll (version 7.0.9313)
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 |
|---|---|
| Not |
A class derived from Stream does not support seeking. |
| Object |
Methods were called after the stream was closed. |