PasswordBox and MVVM
问题 We have the following scenario: MVVM userinterface where a user can place his password (actually a PasswordBox ) Server that shall do some work Server connects to some Database that requires authentification And I already read this Question on PasswordBox in MVVM But there is no answer on how to do! Just lots over "never ever do that". What is the correct way of passing a password around? How to resolve the security issues? There is no proper way of Binding to the PasswordBox and the Password