CryptoStream: SetLength

SetLength

Sets the length of the current stream.



 Public Sub SetLength(
	  ByVal Value As Currency )

Parameters

Value
[ByVal] Currency. The new length of the stream.

Exceptions

Exception Condition
NotSupportedExceptionThis method is not supported.

See Also

Project CorLib Overview

Class CryptoStream Overview