Gets or sets the max PIN len.
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaxPINLen As Integer Get Set |
C# |
---|
int MaxPINLen { get; set; } |
Visual C++ |
---|
property int MaxPINLen { int get (); void set (int value); } |
JavaScript |
---|
function get_maxPINLen(); function set_maxPINLen(value); |