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.