KeySizes Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the KeySizes class with the specified key values.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- minSize
- Type: System.Int32
The minimum valid key size.
- maxSize
- Type: System.Int32
The maximum valid key size.
- skipSize
- Type: System.Int32
The interval between valid key sizes.
Show: