Discuss this help topic in SecureBlackbox Forum
Specifies signature path.
Declaration
[C#]
string SignaturePath;
[VB.NET]
Property SignaturePath As String
[Pascal]
property SignaturePath : string;
[C++]
void get_SignaturePath(std::string &OutResult);
[PHP]
string get_SignaturePath()
[Java]
String getSignaturePath();
Description
Use this read-only property to get the path to the signature element within the package.
Discuss this help topic in SecureBlackbox Forum