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

Syntax

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

Implements

IRSAPrivateKey..::..Exponent1

See Also