Wraps a PKCS#11 PrivateKey Object
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
<ComVisibleAttribute(True)> _ <GuidAttribute("BF7B60FE-8DF4-4039-80A1-23454A942C67")> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ Public Class PublicKey _ Inherits Key _ Implements IPublicKey |
C# |
---|
[ComVisibleAttribute(true)] [GuidAttribute("BF7B60FE-8DF4-4039-80A1-23454A942C67")] [ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] public class PublicKey : Key, IPublicKey |
Visual C++ |
---|
[ComVisibleAttribute(true)] [GuidAttribute(L"BF7B60FE-8DF4-4039-80A1-23454A942C67")] [ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] public ref class PublicKey : public Key, IPublicKey |
JavaScript |
---|
Cryptware.NCryptoki.PublicKey = function(); Type.createClass( 'Cryptware.NCryptoki.PublicKey', Cryptware.NCryptoki.Key, Cryptware.NCryptoki.IPublicKey); |
Inheritance Hierarchy
System..::..Object
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PublicKey
Cryptware.NCryptoki..::..DHPublicKey
Cryptware.NCryptoki..::..DSAPublicKey
Cryptware.NCryptoki..::..ECPublicKey
Cryptware.NCryptoki..::..RSAPublicKey
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PublicKey
Cryptware.NCryptoki..::..DHPublicKey
Cryptware.NCryptoki..::..DSAPublicKey
Cryptware.NCryptoki..::..ECPublicKey
Cryptware.NCryptoki..::..RSAPublicKey