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

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
<GuidAttribute("6E0CAAD9-DFBE-4bab-B694-52C9F5F28584")> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
Public Class ECPrivateKey _
	Inherits PrivateKey _
	Implements IECPrivateKey
C#
[ComVisibleAttribute(true)]
[GuidAttribute("6E0CAAD9-DFBE-4bab-B694-52C9F5F28584")]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
public class ECPrivateKey : PrivateKey, 
	IECPrivateKey
Visual C++
[ComVisibleAttribute(true)]
[GuidAttribute(L"6E0CAAD9-DFBE-4bab-B694-52C9F5F28584")]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
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

System..::..Object
  Cryptware.NCryptoki..::..CryptokiObject
    Cryptware.NCryptoki..::..Storage
      Cryptware.NCryptoki..::..Key
        Cryptware.NCryptoki..::..PrivateKey
          Cryptware.NCryptoki..::..ECPrivateKey

See Also