CryptoStream.Seek Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Throws a NotSupportedException in all cases.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- offset
- Type: System.Int64
A byte offset relative to the origin parameter.
- origin
- Type: System.IO.SeekOrigin
The reference point used to obtain the new position.
| Exception | Condition |
|---|---|
| NotSupportedException | In all cases. |
Show: