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

Syntax

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

Type.createClass(
	'Cryptware.NCryptoki.X942DHPublicKey',
	Cryptware.NCryptoki.DSAPublicKey);

Inheritance Hierarchy

System..::..Object
  Cryptware.NCryptoki..::..CryptokiObject
    Cryptware.NCryptoki..::..Storage
      Cryptware.NCryptoki..::..Key
        Cryptware.NCryptoki..::..PublicKey
          Cryptware.NCryptoki..::..DSAPublicKey
            Cryptware.NCryptoki..::..X942DHPublicKey

See Also