Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score logon as service privilege problem
DAXU - 12 May 2007 2:17 PM - 4 messages
Hello, I have a small c# code to install a windows service. The service is running on a domain user account which got created in the code just before the service created. I did some testing and got a very strange error: ...
Score NegotiateStream delegation issue (or a bug?)
DAXU - 11 May 2007 2:21 PM - 3 messages
Hello, I use NegotiateStream to test Kerberos and delegation in my windows 2003 test domain. My code is this: private static WindowsIdentity LogonUserTCPListen(string userName, string domain, string password)         {             // need a full duplex stream - loopback is easiest way to ...
Score Newbie question
Jason - 10 May 2007 10:06 PM - 5 messages
OK, go easy, I'm a crypto-newbie, and also not sure if this is the right group for this posting. Here's the scenario: I have a web site and want business partners to be able to link to my web ...
Score Accessing certificate store from ASP.NET web project
Joe - 10 May 2007 8:27 PM - 4 messages
Hello,          I've ran into a sticky situation.  I currently have a ASP.NET web project, this project uses webservices to receive XML from various locations.  One of the locations requires a x509 certificate in order ...
Score TcpChannel under .NET 2.0
calderara - 10 May 2007 5:51 AM - 9 messages
Dear all, I have read that with TcpChannel under 2.0  client credential are pass throught the server remoting object. How can you then retrive from your server the passed credential issue by the client ? thnaks for help regards ...
Score X509 signed xml validates in .NET 2.0 but not in 1.1
JShak - 8 May 2007 6:43 AM - 2 messages
Hi, I use the following function to validate a signed xml document with an attached X509 cert. The XML validates in .NET 2.0 but not in 1.1. Any ideas?? Thanks.. public void VerifyXmlSignature(String signedFilename)         { ...
Score Triple DES keys distribution
mauricio.cadima - 7 May 2007 3:39 PM - 4 messages
Hi I'm developing an application that encrypts some data using the TripleDESCryptoServiceProvider, I'm new in this topic and I don't know what is the best and secure way to distribute the keys used by this algorithm since If I left it hardcoded anyone can decompile the ...
Next » 2 3 4 5 6 7 8 9 10