Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score Error importing key - object already exists.
Alun Jones - 21 Dec 2006 7:06 PM - 3 messages
I'm getting the above error in a dialog box from Visual Studio 2005 when trying to sign an assembly using a PFX file, and would like to know how to resolve the problem. Background: The PFX file has been used for code-signing before (to sign an InfoPath ...
Score SslStream.AuthenticateAsClient is slow (calling the RemoteCertificateValidationCallback)
davidkclark - 21 Dec 2006 2:24 PM - 2 messages
Hello, I have a very simple SslStream interaction with another vendor's server software. Their certificate is self signed so I have implemented a RemoteCertificateValidationCallback to ignore the error that this generates. In testing, the call to AuthenticateAsClient takes about 400ms (ie my ...
Score Securing Web Servicesq
Chris - 20 Dec 2006 8:38 PM - 3 messages
I want to secure a web service so only authorized client apps can use it. Will using SSL with an encrypted username and password in the soap header do the job? I know you could potentially capture a post to a web service (or ...
Score How to retrieve the domain name for an AD user object?
Pucca - 20 Dec 2006 2:06 AM - 5 messages
Hi, I'm using VS2003 C#, .net 2.0 running on Windows Server 2000.  I have a User's SID in SDDL format and also a DIRECTORYENTRY object representing this user object.  How can I retrieve the name of the domain ...
Score SslStream and Certificates - Not Supported Exception.
awburns - 18 Dec 2006 11:46 AM - 3 messages
I'm trying to knock up a simple demonstration for myself to try using SSL to send and receive a simple message. I've based this on the code on the MSDN site - [link] ...
Score Role-based-Security... just switch it off
Daniel - 18 Dec 2006 9:38 AM - 3 messages
Hi all, I am trying to implement role based security in my C# program (define generic user, define roles and a generic principal during startup of the program). With "[PrincipalPermission(SecurityAction.Demand, Name=@"xxx", Role=@"yyy")]" I am trying to protect some areas of the code. ...
Next » 2 3 4 5 6 7 8 9 10