SymmetricAlgorithmBase: FeedbackSize (let)

FeedbackSize

Sets the current feedback size in bits to be used.



 Public Property Let FeedbackSize(
	  ByVal Value As Long )

Parameters

Value
[ByVal] Long. The new feedback size.

Remarks

The feedback size must be greater than zero and evenly divisible by 8. The size cannot be greater than the current block size.

Read/Write.

See Also

Project CorLib Overview

Class SymmetricAlgorithmBase Overview