Gets or sets the size of the min key.

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Property MinKeySize As Integer
	Get
	Set
C#
int MinKeySize { get; set; }
Visual C++
property int MinKeySize {
	int get ();
	void set (int value);
}
JavaScript
function get_minKeySize();
function set_minKeySize(value);

Field Value

The size of the min key.

See Also