Mentalis.org Security Library documentation

RC4CryptoServiceProvider.FeedbackSize Property

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

[Visual Basic]
Overrides Public Property FeedbackSize As Integer
[C#]
public override int FeedbackSize {get; set;}

Property Value

This property always throws a CryptographicException.

Remarks

RC4 doesn't use the FeedbackSize property.

Exceptions

Exception TypeCondition
CryptographicExceptionThis exception is always thrown.

See Also

RC4CryptoServiceProvider Class | RC4CryptoServiceProvider Members | Org.Mentalis.Security.Cryptography Namespace