Discuss this help topic in SecureBlackbox Forum
Specifies owner password.
Declaration
[C#]
string OwnerPassword;
[VB.NET]
Property OwnerPassword As String
[Pascal]
property OwnerPassword : string;
[C++]
void get_OwnerPassword(std::string &OutResult);
void set_OwnerPassword(const std::string &Value);
[PHP]
string get_OwnerPassword()
void set_OwnerPassword(string $Value)
[Java]
String getOwnerPassword();
void setOwnerPassword(String Value);
Description
Use this property to specify owner password.
Discuss this help topic in SecureBlackbox Forum