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

Namespace: LLCryptoLib.Security.Cryptography
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public override KeySizes[] LegalKeySizes { get; }
Visual Basic
Public Overrides ReadOnly Property LegalKeySizes As KeySizes()
	Get
Visual C++
public:
virtual property array<KeySizes^>^ LegalKeySizes {
	array<KeySizes^>^ get () override;
}

Field 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