System.Security.Cryptography.CryptoStream.Seek Method

Sets the position within the current stream.

Syntax

public override long Seek (long offset, System.IO.SeekOrigin origin)

Parameters

offset
A byte offset relative to the origin parameter.
origin
A System.IO.SeekOrigin object indicating the reference point used to obtain the new position.

Returns

This method is not supported.

Remarks

This method exists only to support inheritance from System.IO.Stream, and cannot be used.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0