RSAPublicKey Interface

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

Syntax

Visual Basic (Declaration)
<GuidAttribute("C6FE6DC3-D402-43dd-8A50-3212B6D2F6FF")> _
Public Interface IRSAPublicKey
C#
[GuidAttribute("C6FE6DC3-D402-43dd-8A50-3212B6D2F6FF")]
public interface IRSAPublicKey
Visual C++
[GuidAttribute(L"C6FE6DC3-D402-43dd-8A50-3212B6D2F6FF")]
public interface class IRSAPublicKey
JavaScript
Cryptware.NCryptoki.IRSAPublicKey = function();
Cryptware.NCryptoki.IRSAPublicKey.createInterface('Cryptware.NCryptoki.IRSAPublicKey');

See Also