Question
4
Replies
152
Views
Cognizant
Posted: March 27, 2018
Last activity: November 6, 2018
Closed
Solved
deleting an application details from Credential store
Hi,
I have used credential store for storing multiple credentials. i need to deleting/remove a particular application name credentials. how can i do it please?
if anyone has implemented it. could you please help?
I have tried using the clear , but it is clearing all application details.
Thanks in Advance.
The ASO Manager component has the ability to delete a single credential, the Credential Store does not. What you can do is loop through the list using the GetApplications methods as input to a ListLoop and store each credential in a LookupTable. Delete the credentials you don't want anymore, use Clear on the CredentialStore and then loop through the LookupTable and add back in the credentials one at a time.