System.Security.Cryptography.SymmetricAlgorithm.FeedbackSizeValue Field

Represents the feedback size, in bits, of the cryptographic operation.

Syntax

protected int FeedbackSizeValue

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.

This field is accessed through the SymmetricAlgorithm.FeedbackSize property.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0