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