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

Syntax

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

See Also