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

Syntax

Visual Basic (Declaration)
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<GuidAttribute("E57237C7-E478-42ba-BC70-A8120AC82549")> _
<ComVisibleAttribute(True)> _
Public Class Key _
	Inherits Storage _
	Implements IKey
C#
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[GuidAttribute("E57237C7-E478-42ba-BC70-A8120AC82549")]
[ComVisibleAttribute(true)]
public class Key : Storage, IKey
Visual C++
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[GuidAttribute(L"E57237C7-E478-42ba-BC70-A8120AC82549")]
[ComVisibleAttribute(true)]
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

System..::..Object
  Cryptware.NCryptoki..::..CryptokiObject
    Cryptware.NCryptoki..::..Storage
      Cryptware.NCryptoki..::..Key
        Cryptware.NCryptoki..::..PrivateKey
        Cryptware.NCryptoki..::..PublicKey
        Cryptware.NCryptoki..::..SecretKey

See Also