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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PublicExponent As Byte()
	Get
C#
public byte[] PublicExponent { get; }
Visual C++
public:
virtual property array<unsigned char>^ PublicExponent {
	array<unsigned char>^ get () sealed;
}
JavaScript
function get_publicExponent();

Implements

IRSAPrivateKey..::..PublicExponent

See Also