Min PIN length

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

Syntax

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

Implements

ITokenInfo..::..MinPINLen

See Also