Wraps a PKCS#11 Key Object

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

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<GuidAttribute("E57237C7-E478-42ba-BC70-A8120AC82549")> _
Public Class Key _
	Inherits Storage _
	Implements IKey
C#
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[GuidAttribute("E57237C7-E478-42ba-BC70-A8120AC82549")]
public class Key : Storage, IKey
Visual C++
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[GuidAttribute(L"E57237C7-E478-42ba-BC70-A8120AC82549")]
public ref class Key : public Storage, 
	IKey
JavaScript
Cryptware.NCryptoki.Key = function();

Type.createClass(
	'Cryptware.NCryptoki.Key',
	Cryptware.NCryptoki.Storage,
	Cryptware.NCryptoki.IKey);

Inheritance Hierarchy

See Also