A Log class to store the message and the Date and Time the log entry was created

Namespace:  Cryptware.NCryptoki
Assembly:  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');

Inheritance Hierarchy

System..::..Object
  Cryptware.NCryptoki..::..Log

See Also