Rijndael: FeedbackSize (get)

FeedbackSize

Returns the feedback size in bits.



 Public Property Get FeedbackSize ( ) As Long

Return Values

Long -  The feedback size in bits.

Remarks

The always returns 64 bits.

The feedback size determines how much of the previous data processed is to be used on the next block of data. This is to prevent identical blocks of data to appear the same when encrypted.

Read/Write.

See Also

Project CorLib Overview

Class Rijndael Overview