AesManaged.FeedbackSize Property

Definition

Gets or sets the number of bits to use as feedback.

public:
 virtual property int FeedbackSize { int get(); void set(int value); };
public override int FeedbackSize { get; set; }
member this.FeedbackSize : int with get, set
Public Overrides Property FeedbackSize As Integer

Property Value

The feedback size, in bits.

Remarks

The maximum feedback size is 128 bits.

Note

Because this algorithm does not support feedback modes, using this property is discouraged.

Applies to