SymmetricAlgorithm: FeedbackSize (let)

FeedbackSize

Sets the feedback size, in bits, used by the cryptographic operation.



 Public Property Let FeedbackSize(
	  ByVal RHS As Long ) :

Parameters

RHS
[ByVal] Long. The feedback size in bits.

Remarks

The feedback size determines the amount of data that is fed back to successive encryption or decryption operations. The feedback size cannot be greater than the block size.

Read/Write.

See Also

Project VBCorLib Overview Class SymmetricAlgorithm Overview SymmetricAlgorithm Properties SymmetricAlgorithm Methods FeedbackSize (get) GenerateIV