Page 1 of 1

A developer is creating an automation project which creates a temporary password in the company’s system for new employe

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
A developer is creating an automation project which creates a temporary password in the company’s system for new employees and later enters it into a desktop application. To protect this sensitive information, how can the developer avoid the password from being displayed on screen when it is entered into the desktop application?

A. Ensure the password variable is of the SecureString variable type
B. Check the Private property on all activities that reference the password variable
C. Store the temporary password in an Excel file that the process can access
D. Check the Isolated property when invoking a workflow with the password variable