XtsStream.CanSeek Property
Namespace: Rebex.Security
Assembly: Rebex.Security.dll (version 7.0.9313)
CanSeek
Gets a value indicating whether the stream supports seeking.
Declaration
public override bool CanSeek { get; }
Property Value
| Type | Description | 
|---|---|
| Boolean | true if the stream supports seeking; otherwise, false.  | 
    
Overrides
Exceptions
| Type | Condition | 
|---|---|
| ObjectDisposedException | Methods were called after the stream was closed.  |