Discuss this help topic in SecureBlackbox Forum
Returns handler's identifier.
Declaration
[C#/Java]
virtual byte[] GetOID();
[VB.NET]
Overridable Function GetOID() As Byte()
[Pascal]
function GetOID : ByteArray; virtual;
[C++]
void GetOID(std::vector<uint8_t> &OutResult);
Return value
Returns OID of the handler.
Description
This method is used to get OID of the handler.
Discuss this help topic in SecureBlackbox Forum