Gets the public exponent.

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

Syntax

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

Field Value

The public exponent.

See Also