¡@

Home 

c# Programming Glossary: securestring

Password encryption/ decryption code in .NET

http://stackoverflow.com/questions/1678555/password-encryption-decryption-code-in-net

in memory. If runtime protection is essential see cref SecureString should be used. remarks exception cref ArgumentNullException.. through the see cref Encrypt string or see cref Encrypt SecureString extension methods. param returns The decrypted string. returns.. per se. If runtime protection is essential see cref SecureString should be used. remarks exception cref ArgumentNullException..

C# SecureString Question

http://stackoverflow.com/questions/1800695/c-sharp-securestring-question

SecureString Question Is there any way to get the value of a SecureString.. Question Is there any way to get the value of a SecureString without comprising security For example in the code below as.. is non deterministic for strings. IntPtr ptr Marshal.SecureStringToBSTR SecureString object string value Marshal.PtrToStringBSTR..

How to change folders permission to the current user by using admin credentials?

http://stackoverflow.com/questions/18580419/how-to-change-folders-permission-to-the-current-user-by-using-admin-credentials

PASSWORD char passwordChars passwordPre.ToCharArray SecureString password new SecureString foreach char c in passwordChars .. passwordPre.ToCharArray SecureString password new SecureString foreach char c in passwordChars password.AppendChar c ProcessStartInfo..

How to execute process on remote machine, in c#

http://stackoverflow.com/questions/2343677/how-to-execute-process-on-remote-machine-in-c-sharp

@ 0 1 someComputer somePath startInfo.UserName MyUserName SecureString sec new SecureString string pwd MyPassword foreach char item.. startInfo.UserName MyUserName SecureString sec new SecureString string pwd MyPassword foreach char item in pwd sec.AppendChar..