Discuss this help topic in SecureBlackbox Forum
Returns the signature of the certificate
Declaration
[VB.NET]
Property Signature As Byte()
[Pascal]
property Signature: TBitString;
[C++]
void get_Signature(std::vector<uint8_t> &OutResult);
[PHP]
string get_Signature()
[Java]
byte[] getSignature();
Parameters
- Value - the certificate signature.
Description
Use this function to get the signature of the certificate.
Discuss this help topic in SecureBlackbox Forum