SecurityServices for .NET 2.0 Documentation

RC4.LegalBlockSizes Property

[This is preliminary documentation and subject to change.]

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

public override  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

RC4 Class | Org.Mentalis.SecurityServices.Cryptography Namespace