SecurityServices for .NET 2.0 Documentation

RijndaelCryptoServiceProvider.FeedbackSize Property

[This is preliminary documentation and subject to change.]

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

public override  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 Type Condition
CryptographicException The feedback size is larger than the block size.

See Also

RijndaelCryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace