Mentalis.org Security Library documentation

RC4CryptoServiceProvider.LegalBlockSizes Property

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

[Visual Basic]
Overrides Public ReadOnly Property LegalBlockSizes As KeySizes()
[C#]
public override System.Security.Cryptography.KeySizes[] LegalBlockSizes {get;}

Property 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

RC4CryptoServiceProvider Class | RC4CryptoServiceProvider Members | Org.Mentalis.Security.Cryptography Namespace