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.

Remarks

Always throws a NotSupportedException exception.

See Also

Project VBCorLib Overview Class CryptoStream Overview CryptoStream Properties CryptoStream Methods SeekPosition Stream