Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# how to get a securestring from string

SecureString theSecureString = new NetworkCredential("", "myPass").SecurePassword;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #securestring #string
ADD COMMENT
Topic
Name
3+1 =