Gets the block sizes that are supported by the symmetric algorithm.

Namespace: LLCryptoLib.Security.Cryptography
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public override KeySizes[] LegalBlockSizes { get; }
Visual Basic
Public Overrides ReadOnly Property LegalBlockSizes As KeySizes()
	Get
Visual C++
public:
virtual property array<KeySizes^>^ LegalBlockSizes {
	array<KeySizes^>^ get () override;
}

Field Value

An array containing the block sizes supported by the algorithm.

Remarks

Only a block size of one byte is supported by the RC4 algorithm.

See Also