Hi people stackoverflow. I\'m working with MVVM, I have ViewModel call UserViewModel with a Property Password. In the View have a control P
Check another thread on password box. Its better not to keep the password on any DP or public property.
Other thread on passwordbox