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

Syntax

Visual Basic (Declaration)
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("5C839D15-BF41-4054-80AC-212AE500BEED")> _
Public Class DSAPublicKey _
	Inherits PublicKey _
	Implements IDSAPublicKey
C#
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[ComVisibleAttribute(true)]
[GuidAttribute("5C839D15-BF41-4054-80AC-212AE500BEED")]
public class DSAPublicKey : PublicKey, 
	IDSAPublicKey
Visual C++
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"5C839D15-BF41-4054-80AC-212AE500BEED")]
public ref class DSAPublicKey : public PublicKey, 
	IDSAPublicKey
JavaScript
Cryptware.NCryptoki.DSAPublicKey = function();

Type.createClass(
	'Cryptware.NCryptoki.DSAPublicKey',
	Cryptware.NCryptoki.PublicKey,
	Cryptware.NCryptoki.IDSAPublicKey);

Inheritance Hierarchy

System..::..Object
  Cryptware.NCryptoki..::..CryptokiObject
    Cryptware.NCryptoki..::..Storage
      Cryptware.NCryptoki..::..Key
        Cryptware.NCryptoki..::..PublicKey
          Cryptware.NCryptoki..::..DSAPublicKey
            Cryptware.NCryptoki..::..KEAPublicKey
            Cryptware.NCryptoki..::..X942DHPublicKey

See Also