CryptoStream.Seek Method (Int64, SeekOrigin)
.NET Framework (current version)
Sets the position within the current stream.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- offset
-
Type:
System.Int64
A byte offset relative to the origin parameter.
- origin
-
Type:
System.IO.SeekOrigin
A SeekOrigin object indicating the reference point used to obtain the new position.
| Exception | Condition |
|---|---|
| NotSupportedException | This method is not supported. |
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: