C# how to get text value from PasswordBox?

5YrsLaterDBA picture 5YrsLaterDBA · Feb 24, 2010 · Viewed 76.8k times · Source

I have a PasswordBox. how can I get the input value from the PasswordBox after the input has been finished?

Answer

Klaus Byskov Pedersen picture Klaus Byskov Pedersen · Feb 24, 2010

You can get it from the Password property.