Wraps a PKCS#11 DSAPrivateKey Object
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ <GuidAttribute("038D3768-BA40-4c44-9257-2A48C83EAEA2")> _ <ComVisibleAttribute(True)> _ Public Class DSAPrivateKey _ Inherits PrivateKey _ Implements IDSAPrivateKey |
C# |
---|
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] [GuidAttribute("038D3768-BA40-4c44-9257-2A48C83EAEA2")] [ComVisibleAttribute(true)] public class DSAPrivateKey : PrivateKey, IDSAPrivateKey |
Visual C++ |
---|
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] [GuidAttribute(L"038D3768-BA40-4c44-9257-2A48C83EAEA2")] [ComVisibleAttribute(true)] public ref class DSAPrivateKey : public PrivateKey, IDSAPrivateKey |
JavaScript |
---|
Cryptware.NCryptoki.DSAPrivateKey = function(); Type.createClass( 'Cryptware.NCryptoki.DSAPrivateKey', Cryptware.NCryptoki.PrivateKey, Cryptware.NCryptoki.IDSAPrivateKey); |
Inheritance Hierarchy
System..::..Object
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PrivateKey
Cryptware.NCryptoki..::..DSAPrivateKey
Cryptware.NCryptoki..::..KEAPrivateKey
Cryptware.NCryptoki..::..X942DHPrivateKey
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PrivateKey
Cryptware.NCryptoki..::..DSAPrivateKey
Cryptware.NCryptoki..::..KEAPrivateKey
Cryptware.NCryptoki..::..X942DHPrivateKey