Wraps a PKCS#11 RSAPrivateKey Object

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

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<GuidAttribute("FA4590F4-F0AC-44e3-A487-34A429564827")> _
Public Class RSAPrivateKey _
	Inherits PrivateKey _
	Implements IRSAPrivateKey
C#
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[GuidAttribute("FA4590F4-F0AC-44e3-A487-34A429564827")]
public class RSAPrivateKey : PrivateKey, 
	IRSAPrivateKey
Visual C++
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[GuidAttribute(L"FA4590F4-F0AC-44e3-A487-34A429564827")]
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

See Also