dotmemory

Getting connection string with DotMemory


I'm trying to get connection string using DotMemory. I can get the connection string but it seems the password is removed.

What I expect "Data Source=MyOracleDB;User Id=myUsername;Password=myPassword;"

What I get "Data Source=MyOracleDB;User Id=myUsername;"

Is DotMemory removing the password or the password simply not exists in memory?


Solution

  • I guess it does not exists in memory or presented there in the encrypted form. dotMemory (if you mean JetBrains dotMemory) does nothing special with any memory data, just display it as is.