|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
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 ...
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 ...
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 ...
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 ...
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] ...
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. ...
|
|||||||||||||||||||||||