bool ProcessPassword(string password = null)
Process the specified password and execute any associated action.
Parameters
Name | Description |
password | The password to process. If the password is null or empty, then the password dialog will be shown. |
Return
True if the password action was successful (or the password dialog was shown), or false if the password is not recognized.