Share via


LegalKeySizesValue Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies the key sizes that are supported by the asymmetric algorithm.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Protected LegalKeySizesValue As KeySizes()
protected KeySizes[] LegalKeySizesValue
protected:
array<KeySizes^>^ LegalKeySizesValue
val mutable LegalKeySizesValue: KeySizes[]
protected var LegalKeySizesValue : KeySizes[]

Remarks

The asymmetric algorithm supports only key sizes that match an entry in this array.

This field is accessed through the LegalKeySizes property.

.NET Framework Security

See Also

Reference

AsymmetricAlgorithm Class

System.Security.Cryptography Namespace