Discuss this help topic in SecureBlackbox Forum
Contains raw RSA signature data
Declaration
[C#/Java]
byte[] SignatureData;
[VB.NET]
Property SignatureData As Byte()
[Pascal]
property SignatureData : ByteArray;
[C++]
void get_SignatureData(std::vector<uint8_t> &OutResult);
[PHP]
string get_SignatureData()
Description
Use this read-only property to get raw RSA signature data.
Discuss this help topic in SecureBlackbox Forum