A password that permits a user to open an encrypted document. Supplying the correct password enables the user to open the document, decrypt it, and display it on screen.
Syntax
'Declaration
Public Property UserPassword As String
'Usage
Dim instance As Security
Dim value As String
instance.UserPassword = value
value = instance.UserPassword
public string UserPassword {get; set;}
public: __property string* get_UserPassword();
public: __property void set_UserPassword(
string* value
);
public:
property String^ UserPassword {
String^ get();
void set ( String^ value);
}
Exceptions
See Also