Unable to fetch Password value using get credentials

I will tell you step by step -

  1. variable type of “pass” should be secure string.
  2. create new string variable , suppose “strPassword”.
  3. Assign – strPassword=new System.Net.NetworkCredential(string.Empty, pass).Password
  4. in type into activity , give the variable “strPassword”
    Hope it will help u
3 Likes