Wraps a PKCS#11 ECPrivateKey Object

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

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<GuidAttribute("6E0CAAD9-DFBE-4bab-B694-52C9F5F28584")> _
Public Class ECPrivateKey _
	Inherits PrivateKey _
	Implements IECPrivateKey
C#
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[GuidAttribute("6E0CAAD9-DFBE-4bab-B694-52C9F5F28584")]
public class ECPrivateKey : PrivateKey, 
	IECPrivateKey
Visual C++
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[GuidAttribute(L"6E0CAAD9-DFBE-4bab-B694-52C9F5F28584")]
public ref class ECPrivateKey : public PrivateKey, 
	IECPrivateKey
JavaScript
Cryptware.NCryptoki.ECPrivateKey = function();

Type.createClass(
	'Cryptware.NCryptoki.ECPrivateKey',
	Cryptware.NCryptoki.PrivateKey,
	Cryptware.NCryptoki.IECPrivateKey);

Inheritance Hierarchy

See Also