SecurityServices for .NET 2.0 Documentation

RC4CryptoServiceProvider.FeedbackSize Property

[This is preliminary documentation and subject to change.]

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

public override  FeedbackSize {get; set;}

Property Value

This property always throws a CryptographicException.

Remarks

RC4 doesn't use the FeedbackSize property.

Exceptions

Exception Type Condition
CryptographicException This exception is always thrown.

See Also

RC4CryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace