Discuss this help topic in SecureBlackbox Forum
Specifies signature unique ID.
Declaration
[VB.NET]
Property ID As String
[Pascal]
property ID : UnicodeString;
[C++]
void get_ID(sb_u16string &OutResult);
void get_ID(std::wstring &OutResult);
Description
Use this read-only property to get signature unique ID.
Discuss this help topic in SecureBlackbox Forum