Wraps a PKCS#11 RSAPrivateKey Object
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
<GuidAttribute("FA4590F4-F0AC-44e3-A487-34A429564827")> _ <ComVisibleAttribute(True)> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ Public Class RSAPrivateKey _ Inherits PrivateKey _ Implements IRSAPrivateKey |
C# |
---|
[GuidAttribute("FA4590F4-F0AC-44e3-A487-34A429564827")] [ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] public class RSAPrivateKey : PrivateKey, IRSAPrivateKey |
Visual C++ |
---|
[GuidAttribute(L"FA4590F4-F0AC-44e3-A487-34A429564827")] [ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] public ref class RSAPrivateKey : public PrivateKey, IRSAPrivateKey |
JavaScript |
---|
Cryptware.NCryptoki.RSAPrivateKey = function(); Type.createClass( 'Cryptware.NCryptoki.RSAPrivateKey', Cryptware.NCryptoki.PrivateKey, Cryptware.NCryptoki.IRSAPrivateKey); |
Inheritance Hierarchy
System..::..Object
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PrivateKey
Cryptware.NCryptoki..::..RSAPrivateKey
Cryptware.NCryptoki..::..CryptokiObject
Cryptware.NCryptoki..::..Storage
Cryptware.NCryptoki..::..Key
Cryptware.NCryptoki..::..PrivateKey
Cryptware.NCryptoki..::..RSAPrivateKey