SecurityServices for .NET 2.0 Documentation

RijndaelCryptoServiceProvider.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 block sizes that match an entry in this array are supported by the symmetric algorithm.

See Also

RijndaelCryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace