Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
<ComVisibleAttribute(True)> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ <GuidAttribute("BF7B60FE-8DF4-4039-80A1-23454A942C67")> _ Public Class PublicKey _ Inherits Key _ Implements IPublicKey |
C# |
---|
[ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] [GuidAttribute("BF7B60FE-8DF4-4039-80A1-23454A942C67")] public class PublicKey : Key, IPublicKey |
Visual C++ |
---|
[ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] [GuidAttribute(L"BF7B60FE-8DF4-4039-80A1-23454A942C67")] public ref class PublicKey : public Key, IPublicKey |
JavaScript |
---|
Cryptware.NCryptoki.PublicKey = function(); Type.createClass( 'Cryptware.NCryptoki.PublicKey', Cryptware.NCryptoki.Key, Cryptware.NCryptoki.IPublicKey); |
Inheritance Hierarchy
System..::..Object
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PublicKey
Cryptware.NCryptoki..::..DHPublicKey
Cryptware.NCryptoki..::..DSAPublicKey
Cryptware.NCryptoki..::..ECPublicKey
Cryptware.NCryptoki..::..RSAPublicKey
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PublicKey
Cryptware.NCryptoki..::..DHPublicKey
Cryptware.NCryptoki..::..DSAPublicKey
Cryptware.NCryptoki..::..ECPublicKey
Cryptware.NCryptoki..::..RSAPublicKey