ArcFourManaged.BlockSize Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9313)
BlockSize
Gets or sets the block size of the cryptographic operation in bits. Inherited from ArcFour.
Declaration
public override int BlockSize { get; set; }Property Value
| Type | Description | 
|---|---|
| Int32 | The block size. | 
Overrides
Remarks
ArcFour is a stream cipher, blocks can be of any size.