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

Syntax

Visual Basic (Declaration)
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("E3E48A94-11E2-4d7e-BCCB-AD70424B3B41")> _
Public Class DHPrivateKey _
	Inherits PrivateKey _
	Implements IDHPrivateKey
C#
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[ComVisibleAttribute(true)]
[GuidAttribute("E3E48A94-11E2-4d7e-BCCB-AD70424B3B41")]
public class DHPrivateKey : PrivateKey, 
	IDHPrivateKey
Visual C++
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"E3E48A94-11E2-4d7e-BCCB-AD70424B3B41")]
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

See Also