KeySizes Constructor
Collapse the table of content
Expand the table of content

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.

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

public KeySizes(
	int minSize,
	int maxSize,
	int skipSize
)

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft