Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Property LogFile As String Get Set |
C# |
---|
public static string LogFile { get; set; } |
Visual C++ |
---|
public: static property String^ LogFile { String^ get (); void set (String^ value); } |
JavaScript |
---|
Cryptware.NCryptoki.LogWriter.get_logFile = function(); Cryptware.NCryptoki.LogWriter.set_logFile = function(value); |