Discuss this help topic in SecureBlackbox Forum
(not yet)
Declaration
[C#]
byte[] PrivateExponent;
[VB.NET]
Property PrivateExponent As Byte()
[Pascal]
property PrivateExponent : ByteArray;
[C++]
void get_PrivateExponent(std::vector<uint8_t> &OutResult);
[PHP]
string get_PrivateExponent()
[Java]
byte[] getPrivateExponent();
Description
(not yet)
Discuss this help topic in SecureBlackbox Forum