| c# Programming Glossary: key..How to Generate Unique Public and Private Key via RSA http://stackoverflow.com/questions/1307204/how-to-generate-unique-public-and-private-key-via-rsa  salt encrypt the test data using the exisiting public key... string encryptedTestData EncryptData testData testSalt try.. should set privateKey to the newly created private key... return privateKey  else  return string.Empty  catch Exception.. new RSACryptoServiceProvider 1024 Do something with the key... Encrypt export etc. .NET actually Windows stores your key in.. 
 How can I modify a queue collection in a loop? http://stackoverflow.com/questions/2214446/how-can-i-modify-a-queue-collection-in-a-loop  _ThreadSafeQueueNull Console.WriteLine r nPress any key...  Console.ReadKey  static void ProcessQueue object nothing .. 
 How to get a Unique ID for the current user's logon session in windows - c# http://stackoverflow.com/questions/6061143/how-to-get-a-unique-id-for-the-current-users-logon-session-in-windows-c-sharp  Marshal.GetLastWin32Error   Console.WriteLine Press any key...  Console.ReadKey  catch Exception ex   Console.Error.WriteLine.. 
 request exceeds the configured maxQueryStringLength when using [Authorize] http://stackoverflow.com/questions/8159321/request-exceeds-the-configured-maxquerystringlength-when-using-authorize  security key to the web config file under the key... No joy there so I got ridiculous and made it 4096 still no.. 
 |