Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SymmetricAlgorithm::FeedbackSize Property

 

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

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
property int FeedbackSize {
	virtual int get();
	virtual void set(int value);
}

Property Value

Type: System::Int32

The feedback size in bits.

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
Return to top
Show:
© 2017 Microsoft