Converting string to secure string

How to convert string to secure string ?

4 Likes

@Nitesh001
You can use it in assign
(new System.Net.NetworkCredential(“”, “myString”)).SecurePassword

mystring= your string.

Please mark this as solution if it helps.

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.