Request Credentials
Prompts the user to input credentials.
This activity prompts the user to provide their credentials by displaying a custom dialog box.
Input
Message:
String ArgumentRequiredSpecifies a message that is to be displayed on the dialog box.Caption:
String ArgumentRequiredSpecifies a caption or a title for the dialog box.
Output
Username:
String VariableSpecifies the user name given by the user in the prompt.Secure String Password:
SecureString VariableSpecifies the password given by the user as a secure string variable.Password:
String VariableSpecifies the password given by the user as a string variable.
Last updated