Gets the exponent2.

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

Syntax

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

Field Value

The exponent2.

See Also