Discuss this help topic in SecureBlackbox Forum
Specifies which user id is responsible for signing.
Declaration
[VB.NET]
Property UserID As String
[Pascal]
property UserID : string;
[C++]
void get_UserID(std::string &OutResult);
void set_UserID(const std::string &Value);
[PHP]
string get_UserID()
void set_UserID(string $Value)
[Java]
String getUserID();
void setUserID(String Value);
Description
Use this property to get or set which user id is responsible for signing.
Discuss this help topic in SecureBlackbox Forum