Mono Class Library: System.Security.Cryptography.KeySizes Overview | Members

System.Security.Cryptography.KeySizes Constructor

Creates a new KeySizes object.

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

Parameters

minSize
The minimum size key allowed for this cipher in bits.
maxSize
The maximum size key allowed for this cipher in bits.
skipSize
The jump/skip between the valid key sizes in bits.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0