Example of binding to a PasswordBox in dialog #2668
-
Scratching my head on how to get around the security issue with binding to a PasswordBox Password. I've seen explanations regarding issue via searches, but is more specific and not related to Prism. Was hoping the community might could help. Anyone have examples that could get me going using with Prism? Feedback is appreciative. |
Beta Was this translation helpful? Give feedback.
Answered by
brianlagunas
Mar 15, 2022
Replies: 1 comment 1 reply
-
A password box isn’t secure. Just bind to the plain text directly via an attached property. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shaggygi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A password box isn’t secure. Just bind to the plain text directly via an attached property.