SecurityServices for .NET 2.0 Documentation

RC4CryptoServiceProvider.LegalKeySizes Property

[This is preliminary documentation and subject to change.]

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

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

RC4CryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace