Interface to Native Cryptoki

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class INCryptokiMngd
C#
public abstract class INCryptokiMngd
Visual C++
public ref class INCryptokiMngd abstract
JavaScript
Cryptware.NCryptoki.INCryptokiMngd = function();

Type.createClass(
	'Cryptware.NCryptoki.INCryptokiMngd');

Inheritance Hierarchy

System..::..Object
  Cryptware.NCryptoki..::..INCryptokiMngd

See Also