A Log class to store the message and the Date and Time the log entry was created
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class Log |
C# |
---|
public class Log |
Visual C++ |
---|
public ref class Log |
JavaScript |
---|
Cryptware.NCryptoki.Log = function(); Type.createClass( 'Cryptware.NCryptoki.Log'); |