Mentalis.org Security Library documentation

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

See Also

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