PKCS#11 version implemented by the attached cryptoki module
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Version As String Get Set |
C# |
---|
public string Version { get; set; } |
Visual C++ |
---|
public: virtual property String^ Version { String^ get () sealed; void set (String^ value) sealed; } |
JavaScript |
---|
function get_version(); function set_version(value); |