|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
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. ...
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" /> ...
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 ...
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); ...
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 ...
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 ...
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 ...
|
|||||||||||||||||||||||