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

Syntax

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

See Also