Click here to Skip to main content
15,902,299 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
Usually, when I used the password box and the security was not an issue, I simly used the attached property to bind to password property from my view model. This time I have to take the security into account, so I have to find a new solution. I was wondering if I used the attached property to access the SecurePassword property of the PasswordBox - would that still cause a security problem.

Uros
Posted

1 solution

Since there is no binding available for password boxes, attached properties are the only choice.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900