Value of this CKA_PRIVATE_EXPONENT attribute

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

Syntax

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

Implements

IRSAPrivateKey..::..PrivateExponent

See Also