wpf password box into a SecureString in C#

前端 未结 3 1994
一整个雨季
一整个雨季 2021-01-05 20:38

I am attempting to get the data from a wpf password box into a secure string. How is that done? what i have so far:

 SecureString pass = new SecureString();         


        
3条回答
提交回复
热议问题