Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
<ComVisibleAttribute(True)> _ <GuidAttribute("3FCABE49-1999-46b6-9E2C-0E71C2B95CDA")> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ Public Class RSAPublicKey _ Inherits PublicKey _ Implements IRSAPublicKey |
C# |
---|
[ComVisibleAttribute(true)] [GuidAttribute("3FCABE49-1999-46b6-9E2C-0E71C2B95CDA")] [ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] public class RSAPublicKey : PublicKey, IRSAPublicKey |
Visual C++ |
---|
[ComVisibleAttribute(true)] [GuidAttribute(L"3FCABE49-1999-46b6-9E2C-0E71C2B95CDA")] [ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] public ref class RSAPublicKey : public PublicKey, IRSAPublicKey |
JavaScript |
---|
Cryptware.NCryptoki.RSAPublicKey = function(); Type.createClass( 'Cryptware.NCryptoki.RSAPublicKey', Cryptware.NCryptoki.PublicKey, Cryptware.NCryptoki.IRSAPublicKey); |
Inheritance Hierarchy
System..::..Object
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PublicKey
Cryptware.NCryptoki..::..RSAPublicKey
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PublicKey
Cryptware.NCryptoki..::..RSAPublicKey