Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score How to validate client certificate?
JT - 25 Aug 2006 5:53 PM - 6 messages
I'm looking for information on how to programmatically validate a client certificate. I found this article [link] but it stops short in describing how to actually validate the cert. HttpClientCertificate cert = Request.ClientCertificate; ...
Score SignedXml gives false negatives when using namespaces in signed xm
Peter Ravnholt - 25 Aug 2006 2:05 PM - 2 messages
Hello all, It seems that digitally signing XML documents using the SignedXml class has a bug - or at least a behavior I cannot explain. The problem occurs when I sign XML documents containing namespace prefixes and namespace references and then validate it. The validation always fails ...
Score Get role for any given user name ...
marek.hlavka - 25 Aug 2006 11:30 AM - 2 messages
Hi, I have similar problem to this thread (and I want the same thing - I wanted to check the user role of a given user name) -> [link] ...
Score Laptop Problems
Dee - 25 Aug 2006 12:18 AM - 3 messages
I have VS 2003 on my laptop and want to keep it, but I need to do a re-install on my laptop of windows XP, I have registered the software but can no longer find the CD because I moved to another state in June.  I need to ...
Score How to convert string to SecureString?
Bishoy George - 23 Aug 2006 9:24 PM - 3 messages
I want to pass a string password in System.Diagnostics.Process.Start. The problem is that the defined password parameter is SecureString not string while my password is string. Normal casting evaluates to errors. Please how to cast string to SecureString? ...
Score Bad Data. Any idea what this means?
simonmarkjones - 23 Aug 2006 8:59 AM - 4 messages
Hi my webserver is running .Net 1.1 and intermitently i get the following error. Does anyone out there have any idea why this happens? And how i can try and start solving the problem. Most of the time the ...
Score when my C# service impersonates a secondary account does the secondary account need any special perm
Daniel - 22 Aug 2006 5:36 PM - 2 messages
when my C# service impersonates a secondary account does the secondary account need any special permissions? what are they? ...
Score Aplying more than 1 attributes ?????
serge calderara - 22 Aug 2006 8:24 AM - 5 messages
Dear all, I am using framework 1.1 I try to add 2 security atributes to a component class but not able to do it based on syntax mistake that I could not find out. Applying one atribute is ok but more is a trouble... ...
Score Encrypting connection string in app.config
Gilgamesh - 22 Aug 2006 2:01 AM - 6 messages
Is there anyway to encrypt the connection string using an algorithm which is FIPS 140-2 certified, and then store the key in a FIPS 140-2 certified hardware store? We know that DPAPI doesn't do that. We also know that RSAENH ...
Next » 2 3 4 5 6 7 8 9 10