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