Skip to main content

Activities

The following table lists the activities that are included in the Credentials Activities Package.

ActivityDescription
Add CredentialStores a specified credential in the Windows Credential Manager with a custom persistence type, and returns a boolean value to let you know if the process was successful or not.
Delete CredentialDeletes the credentials for a specified target from the Windows Credential Manager, and returns a boolean value to let you know if the process was successful or not.
Get Secure CredentialRetrieves the credentials from a specified target from the Windows Credential Manager as a secure string (password) and a string (username).
Request CredentialDisplays a dialog box with a custom message and title that prompts a user to add his/her credentials, and stores the username and password as string variables, that can be later used to log into other apps.