Credentials fetch from CredMgrUI.exe

Is it feasible to fetch the credentials (Registration Operator / Windows User) stored in CredMgrUI.exe in Pega robotics, using C# or some utility ?

Where these credentials are getting saved in local ?

@Vikas_Agrawal These credentials are stored and retrieved only via the RPA service and cannot be used in an automation. This article discussed the utility and where the files are stored. In 19.1 they are written to; %programdata%\Pegasystems\RPAStartup.info.

https://community.pega.com/knowledgebase/articles/pega-rpa/pega-robotic-automation-credentials-manager-utility

@ThomasSasnett Thanks for the information provided and confirmation on the feasibility.