Mentalis.org Security Library documentation

RC4.BlockSize Property

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

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

Property Value

The block size of RC4 is always 8 bits.

Exceptions

Exception TypeCondition
CryptographicExceptionThe block size is invalid.

See Also

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