Wraps a PKCS#11 DHPrivateKey Object
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
<ComVisibleAttribute(True)> _ <GuidAttribute("E3E48A94-11E2-4d7e-BCCB-AD70424B3B41")> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ Public Class DHPrivateKey _ Inherits PrivateKey _ Implements IDHPrivateKey |
C# |
---|
[ComVisibleAttribute(true)] [GuidAttribute("E3E48A94-11E2-4d7e-BCCB-AD70424B3B41")] [ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] public class DHPrivateKey : PrivateKey, IDHPrivateKey |
Visual C++ |
---|
[ComVisibleAttribute(true)] [GuidAttribute(L"E3E48A94-11E2-4d7e-BCCB-AD70424B3B41")] [ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] public ref class DHPrivateKey : public PrivateKey, IDHPrivateKey |
JavaScript |
---|
Cryptware.NCryptoki.DHPrivateKey = function(); Type.createClass( 'Cryptware.NCryptoki.DHPrivateKey', Cryptware.NCryptoki.PrivateKey, Cryptware.NCryptoki.IDHPrivateKey); |
Inheritance Hierarchy
System..::..Object
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PrivateKey
Cryptware.NCryptoki..::..DHPrivateKey
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PrivateKey
Cryptware.NCryptoki..::..DHPrivateKey