Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score API is taking time....
Anuj - 29 Jan 2009 7:06 AM - 2 messages
Hi All, I am trying to fetch public key from DSA certification using .NET cryptography AP. It is taking 15 to 45 seconds.....        String crtFileName = "C:\mycert.cer";         X509Certificate2 x509 = new X509Certificate2(); ...
Score How to encrypt XML with multiple certificates
ivanb - 28 Jan 2009 7:15 PM - 2 messages
Hi. I want to encrypt XML with multiple certificates. I have to create session key and then session key needs to be encrypted with each certificate. I am unable to find any example for this. Thanks! ...
Next » 2 3 4 5 6 7 8 9 10