You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my usage it seems to match any parameter that has the word "Password" or "Username" contained therein without considering that parameter's usage.
For example, it will trigger saying this is not correct and requires securestring or credential: Get-SensitiveInfo -HidePassword:$true -HideUsername:$true
I would send a pull request but I don't know C#, wasn't sure how to address the string matching :(