Discuss this help topic in SecureBlackbox Forum
Returns the OID of the signature statement type.
Declaration
[C#]
byte[] StatementOID;
[VB.NET]
Property StatementOID As Byte()
[Pascal]
property StatementOID: ByteArray;
[C++]
void get_StatementOID(std::vector<uint8_t> &OutResult);
[PHP]
string get_StatementOID()
[Java]
byte[] getStatementOID();
Description
Use this property to get the OID of the signature statement type.
Discuss this help topic in SecureBlackbox Forum