Wraps a PKCS#11 Key Object
Namespace:
Cryptware.NCryptokiAssembly: 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
System..::..Object
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PrivateKey
Cryptware.NCryptoki..::..PublicKey
Cryptware.NCryptoki..::..SecretKey
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PrivateKey
Cryptware.NCryptoki..::..PublicKey
Cryptware.NCryptoki..::..SecretKey