The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AsymmetricAlgorithm::LegalKeySizes Property
.NET Framework (current version)
Gets the key sizes that are supported by the asymmetric algorithm.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: array<System.Security.Cryptography::KeySizes^>^An array that contains the key sizes supported by the asymmetric algorithm.
The asymmetric algorithm supports only key sizes that match an entry in this array.
The following code example demonstrates how to call the LegalKeySizes property to retrieve the MinSize, MaxSize, and SkipSize properties. This code example is part of a larger example provided for the AsymmetricAlgorithm class.
.NET Framework
Available since 1.1
Windows Phone Silverlight
Available since 7.1
Available since 1.1
Windows Phone Silverlight
Available since 7.1
Show: