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

System.Security.Cryptography.KeySizes Constructor

Creates a new KeySizes object. [Edit]

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

Parameters

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

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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