SecurityServices for .NET 2.0 Documentation

RC4CryptoServiceProvider.BlockSize Property

[This is preliminary documentation and subject to change.]

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

public override  BlockSize {get; set;}

Property Value

The block size of RC4 is always 8 bits.

Exceptions

Exception Type Condition
CryptographicException The block size is invalid.

See Also

RC4CryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace