Wraps a PKCS#11 KEAPrivateKey Object

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

Syntax

Visual Basic (Declaration)
<GuidAttribute("505B1F81-1089-4227-8F91-6776790D1526")> _
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
Public Class KEAPrivateKey _
	Inherits DSAPrivateKey
C#
[GuidAttribute("505B1F81-1089-4227-8F91-6776790D1526")]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
public class KEAPrivateKey : DSAPrivateKey
Visual C++
[GuidAttribute(L"505B1F81-1089-4227-8F91-6776790D1526")]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
public ref class KEAPrivateKey : public DSAPrivateKey
JavaScript
Cryptware.NCryptoki.KEAPrivateKey = function();

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

Inheritance Hierarchy

See Also