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
"System.Security.Permissions...
more >>
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
pointers how symmetric key genera...
more >>
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.
<System.Security.Permissions.St...
more >>
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 !!!!
Can someone tell me how it is possibl...
more >>