Gets a credential from the Windows Credential Manager
This activity retrieves username and password stored in the Windows Credential Managerarrow-up-right.
Credential Name : String Argument Required The name of the credential to be retrieved.
String Argument
Required
Username : String Variable Required Stores the username from the retrieved credential in the specified String variable.
String Variable
Password : SecureString Variable Required Stores the username from the retrieved credential in the specified SecureString variable.
SecureString Variable
Result: Boolean Variable Required Specifies whether the user-specified Credential Name is valid or not as a Boolean variable.
Boolean Variable
Last updated 3 years ago