Value of this CKA_EXPONENT_2 attribute

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

Syntax

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

Implements

IRSAPrivateKey..::..Exponent2

See Also