Mentalis.org Security Library documentation

RijndaelCryptoServiceProvider.FeedbackSize Property

Gets or sets the feedback size of the cryptographic operation in bits.

[Visual Basic]
Overrides Public Property FeedbackSize As Integer
[C#]
public override int FeedbackSize {get; set;}

Property Value

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.

Exceptions

Exception TypeCondition
CryptographicExceptionThe feedback size is larger than the block size.

See Also

RijndaelCryptoServiceProvider Class | RijndaelCryptoServiceProvider Members | Org.Mentalis.Security.Cryptography Namespace