SymmetricAlgorithm: FeedbackSize (let) |
Sets the feedback size, in bits, used by the cryptographic operation.
Public Property Let FeedbackSize( ByVal Value As Long ) :
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.
Exception | Condition |
---|---|
CryptographicException | The feedback size is larger than the block size. |