Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score How do I determine if a windows identity is authenticated to the network domain
JohnK - 20 Oct 2006 3:07 PM - 2 messages
Hello: I have a Click Once application which makes a secure remoting call to the server. The server can see the windowsidentity of the person making the call and can then do authorization checks and pass that information back to the client. ...
Score Credentials Double Hop
mgk - 20 Oct 2006 11:53 AM - 3 messages
Hi! I've setup everything to solve this issue but I still get the message "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'." I have the tags in webconfig     <authentication mode="Windows" />     <identity impersonate="true" /> ...
Score COM+ Security error
Devin - 19 Oct 2006 6:23 PM - 3 messages
I am trying to access a COM+ component through embedded code of my Reporting Services report (an ASP.NET application).  I did everything that Reporting Services told me to use an external dll, but I am still getting the ...
Score Question on the use of CryptoStream
Roy Chastain - 19 Oct 2006 6:13 PM - 4 messages
The example code in the RijndaelManaged class documentation has the following RijndaelManaged myRijndael = new RijndaelManaged (); ICryptoTransform encryptor = myRijndael.CreateEncryptor(key, IV); MemoryStream msEncrypt = new MemoryStream(); CryptoStream csEncrypt = new CryptoStream(msEncrypt, encryptor,     CryptoStreamMode.Write); toEncrypt = textConverter.GetBytes(original); ...
Score SecurityException thrown when serializing custom exception class
Martin Liversage - 19 Oct 2006 10:22 AM - 6 messages
I want to create a custom exception class that contains an additional field. However, when I test my exception class I have a problem with serialization where a SecurityException is thrown. Since I believe I have followed all the rules (including using FxCop on my class) I have tried to simplify my ...
Score How to deploy a VS2005 VB app without signing the clickonce manifest and assy
Phillip - 17 Oct 2006 5:44 PM - 7 messages
I would really like to avoid having to reinstall this app on 20 some users on our local network because the Certificate expires after a year. But as soon as I uncheck the "Sign the ClickOnce manfiest box" it checks itself after I rebuild the app and then the publish fails with ...
Score Seeking Advice on RSA
ed - 17 Oct 2006 4:20 PM - 3 messages
I'm working on a project that uses a combination of an ASP .Net 1.1 application, and a C# .Net 1.1 forms application to securely get data from a server to the client. The way I have it working now is the C# app posts a request (using ...
Next » 2 3 4 5 6 7 8 9 10