Is it possible to get credentials from the Windows Credential Manager in PEGA Robot Studio?

Hi does anyone know if i can use credentials that I’ve saved in the Windows Credential Manger in PEGA Robot Studio?

@SergioG17227215Pega Robotics does not have any connector or built-in ability to retrieve Windows credentials. There is support for third-party credential managers. Out of the box, there is support for Beyond Trust and CyberArk. There is also a C# template for connecting to your own provider.

https://docs.pega.com/bundle/robotic-automation-221/page/robotic-automation/credential-providers/ov-credential-usage-application-type.html

@ThomasSasnettthank you. i was able to make a C# script that connects to the windows credential manager.