Activities
The following table lists the activities that are included in the Credentials Activities Package.
| Activity | Description |
|---|---|
| Add Credential | Stores 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 Credential | Deletes 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 Credential | Retrieves the credentials from a specified target from the Windows Credential Manager as a secure string (password) and a string (username). |
| Request Credential | Displays 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. |