Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
<GuidAttribute("038D3768-BA40-4c44-9257-2A48C83EAEA2")> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ <ComVisibleAttribute(True)> _ Public Class DSAPrivateKey _ Inherits PrivateKey _ Implements IDSAPrivateKey |
C# |
---|
[GuidAttribute("038D3768-BA40-4c44-9257-2A48C83EAEA2")] [ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] [ComVisibleAttribute(true)] public class DSAPrivateKey : PrivateKey, IDSAPrivateKey |
Visual C++ |
---|
[GuidAttribute(L"038D3768-BA40-4c44-9257-2A48C83EAEA2")] [ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] [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