CryptoStream: SeekPosition

SeekPosition

Seeks a new position within the stream.



 Public Function SeekPosition(
	  ByVal Offset As Currency,
	  ByVal Origin As SeekOrigin ) As Currency

Parameters

Offset
[ByVal] Currency. A byte offset relative to the Origin parameter.
Origin
[ByVal] SeekOrigin. A SeekOrigin value indicating the reference point used to obtain the new position.

Return Values

Currency -  This method is not supported.

Exceptions

Exception Condition
NotSupportedExceptionThis method is not supported.

See Also

Project CorLib Overview

Class CryptoStream Overview