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

Syntax

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

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

Inheritance Hierarchy

System..::..Object
  Cryptware.NCryptoki..::..CryptokiObject
    Cryptware.NCryptoki..::..Storage
      Cryptware.NCryptoki..::..Key
        Cryptware.NCryptoki..::..PrivateKey
          Cryptware.NCryptoki..::..DSAPrivateKey
            Cryptware.NCryptoki..::..KEAPrivateKey

See Also