Click here to Skip to main content
15,884,177 members

Comments by seyyed hamed monem (Top 1 by date)

seyyed hamed monem 6-May-14 11:56am View    
Reason for my vote of 1 \n convert string to secureString (and its revers) is a big mistake.
The whole reason for using the SecureString object is to avoid creating a string object (which is loaded into memory and kept there in plaintext until garbage collection). and we just add characters to a SecureString by appending them.