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

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

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

Field Value

The block size.

Remarks

ArcFour is a stream cipher, blocks can be of any size.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also