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();
SecureString pass = pbox1.SecurePassword.Copy();