Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score symmetric key generation between server and client
YIguchi - 14 Apr 2007 3:36 AM - 4 messages
Hi, I have developed a client and server application. The client and server application are created using the socket programming. Now i want to send the data in encrypted format. For that i want to generate the symmertric key. Can somebody provide me the ...
Score Environment variable windir no access
Georg Hickel - 13 Apr 2007 8:00 PM - 2 messages
Hi, i have a small programm which tries to read the environment variable "windir". This works fine for me but if i install this software on different machines sometimes it works, sometimes it doesnt. The error being displayed is some kind of security violation ...
Score System.Security.Permissions.StrongNameIdentityPermissionAttribute issue when Using vs2005
HP - 11 Apr 2007 1:43 AM - 2 messages
Hi,     I have a dll compiled in Visual Studio 2005 using strong name and have    some security demands so that the calling application/assembly requires the    dll signed with the private key. The class is prepended with the security attributes as below. ...
Score X509 certificate with password
Filippo Bettinaglio - 10 Apr 2007 10:10 PM - 2 messages
Hi, I have a certificate X509 with a private key therefore is protected by password stored in a file. I need to read the certificate, with NET2 is a peace of cake: X509Certificate cert = new X509Certificate(@"...path...", "password"); Done  !!!! ...
Next » 2 3 4 5 6 7 8 9 10