Gets or sets the size of the min key.
Namespace:
Cryptware.NCryptokiAssembly: 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); |