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
public string UserPassword {get; set;}
public: __property string* get_UserPassword();
public: __property void set_UserPassword(
string* value
);
'Declaration
Public Property UserPassword As String
'Usage
Dim instance As Security
Dim value As String
instance.UserPassword = value
value = instance.UserPassword
Exceptions
See Also