Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaxKeySize As Integer Get Set |
C# |
---|
int MaxKeySize { get; set; } |
Visual C++ |
---|
property int MaxKeySize { int get (); void set (int value); } |
JavaScript |
---|
function get_maxKeySize(); function set_maxKeySize(value); |