ArcFour.BlockSize Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
BlockSize
Gets or sets the block size of the cryptographic operation in bits.
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.