Wraps a PKCS#11 DHPublicKey Object

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

Syntax

Visual Basic (Declaration)
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("47F47D79-B1DE-4c57-838B-23DAB3F4F460")> _
Public Class DHPublicKey _
	Inherits PublicKey _
	Implements IDHPublicKey
C#
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[ComVisibleAttribute(true)]
[GuidAttribute("47F47D79-B1DE-4c57-838B-23DAB3F4F460")]
public class DHPublicKey : PublicKey, 
	IDHPublicKey
Visual C++
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"47F47D79-B1DE-4c57-838B-23DAB3F4F460")]
public ref class DHPublicKey : public PublicKey, 
	IDHPublicKey
JavaScript
Cryptware.NCryptoki.DHPublicKey = function();

Type.createClass(
	'Cryptware.NCryptoki.DHPublicKey',
	Cryptware.NCryptoki.PublicKey,
	Cryptware.NCryptoki.IDHPublicKey);

Inheritance Hierarchy

See Also