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 ArgumentRequiredThe name of the credential to be retrieved.
Output
Username :
String VariableRequiredStores the username from the retrieved credential in the specified String variable.Password :
SecureString VariableRequiredStores the username from the retrieved credential in the specified SecureString variable.Result:
Boolean VariableRequiredSpecifies whether the user-specified Credential Name is valid or not as a Boolean variable.
Last updated