DHPrivateKey Intercace

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
<GuidAttribute("A9CCECD9-F97D-424e-890D-3631020E93B7")> _
Public Interface IDHPrivateKey
C#
[GuidAttribute("A9CCECD9-F97D-424e-890D-3631020E93B7")]
public interface IDHPrivateKey
Visual C++
[GuidAttribute(L"A9CCECD9-F97D-424e-890D-3631020E93B7")]
public interface class IDHPrivateKey
JavaScript
Cryptware.NCryptoki.IDHPrivateKey = function();
Cryptware.NCryptoki.IDHPrivateKey.createInterface('Cryptware.NCryptoki.IDHPrivateKey');

See Also