Wraps a PKCS#11 X942DHPrivateKey Object

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

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
Public Class X942DHPrivateKey _
	Inherits DSAPrivateKey
C#
[ComVisibleAttribute(true)]
public class X942DHPrivateKey : DSAPrivateKey
Visual C++
[ComVisibleAttribute(true)]
public ref class X942DHPrivateKey : public DSAPrivateKey
JavaScript
Cryptware.NCryptoki.X942DHPrivateKey = function();

Type.createClass(
	'Cryptware.NCryptoki.X942DHPrivateKey',
	Cryptware.NCryptoki.DSAPrivateKey);

Inheritance Hierarchy

See Also