Mentalis.org Security Library documentation

RC4.LegalKeySizes Property

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

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

Property Value

An array containing the key sizes supported by the algorithm.

Remarks

Only key sizes that match an entry in this array are supported by the symmetric algorithm.

See Also

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