SymmetricAlgorithm::FeedbackSize Property
.NET Framework (current version)
Gets or sets the feedback size, in bits, of the cryptographic operation.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| CryptographicException | The feedback size is larger than the block size. |
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: