CredentialStore component
The CredentialStore component allows Studio to store items such as user name and password in an encrypted format for use in an automation. Studio and Runtime place this information in the AppInfo file in the following directory:
C:\Users\John Doe\Application Data\Pegasystems\Robot Studio
The user name changes, based on the applicable user. Studio based this component on the Windows Data Protection object.
Methods
Method |
Description |
Parameters |
Result Type |
Clear |
Clears all settings from the CredentialStore. |
|
|
GetApplications |
Gets the applications associated with the object. |
list |
String applications |
GetCredentials (four parameters) |
Gets the user name, password, and domain name from the named application. Outputs True for the result if the CredentialStore parameters are successfully retrieved. |
String name of application |
String user name, String password, String domain, Boolean result |
IsCredentialsSet (one parameter) |
This method returns a value of True if the Credential Store has been set. The input parameter is the application name. The output is True if set, otherwise it is False. |
String name of application |
Boolean result |
SetCredentials (four parameters) |
Sets the user name, password, and domain name for the named application. |
String application name, String userName, String password, String domain |
Void result |
Related information
Using the CredentialStore Component
Privacy | Trademarks | Terms of Use | Feedback
Updated: 01 July 2024
© 2016 - 2024 Pegasystems Inc. Cambridge, MA All rights reserved.