How To Use Secure Dictionary And Password Protection
<< Back to the .Networking page
It is possible to create a password protected shared dictionary, so that the communication is encrypted:
GroupLab.Networking.SharedDictionary sd =
new GroupLab.Networking.SharedDictionary();
sd.Url = "tcp://<your-password>@localhost:test";
Just insert the password you want to use at <your-password> and you're done!