Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score visual studio 2005 security
perplex - 11 Jan 2007 3:09 PM - 3 messages
How do you protect your application code in C#.net. ...
Score RSA encryption across domains
Juan Romero - 10 Jan 2007 10:54 PM - 3 messages
Guys, I have a small class in a web app that encrypts and decrypts values using the RSACryptoServiceProvider class, using the machine key store. The code works fine and I am able to encrypt/decrypt information fine in my application. ...
Score Access is denied - Windows .Net 2.0 App calling another local app
Michael Love - 10 Jan 2007 5:08 PM - 8 messages
Hi there. I am getting an Access is denied message when calling a Windows .Net 2.0 app (a simple progress bar) from inside of another Windows .Net 2.0 app. Here is where I get the Access is denied message: ...
Score Binary Serialization without SerializationFormatter permission?
GSL - 10 Jan 2007 1:09 AM - 3 messages
The hosting service I am currently using allows the following Code Access Security permissions. 1. DnsPermission to perform DNS queries 2. FileIOPermission to read and write files within application directory. 3. ReflectionPermission to reflect public members of a type, with "NoFlags" ...
Score Reading trusted sites from VB.NET
smithgp - 9 Jan 2007 8:27 PM - 5 messages
Hello, We have an no touch deployment application hosted on a webserver and invoked via a link like http://myserver/myprogram.exe This requires that the user have myserver in the list of trusted sites and this site to have elevated permissions.  This has been working well ...
Score asp.net auditing?
J - 9 Jan 2007 8:04 PM - 3 messages
Hello.  I currently use SQL Profiler for our apps which we use to audit security and events in seeing which SQL login user or Windows domain login user did what on which database and what time, etc...  An experienced ...
Score SecurityException Help
Doug - 9 Jan 2007 2:29 PM - 3 messages
Hi, I am trying to debug some old code that has this line in it: WindowsPrincipal winPrn = new WindowsPrincipal(WindowsIdentity.GetCurrent()); When I run this line (which I believe should be doing nothing more than indicating who I am), I get the following error: ...
Score application licensing scheme?
Ben - 8 Jan 2007 3:44 PM - 11 messages
Hello Just want to run an idea past you i've had for the licensing scheme for my application to see if anybody can see any potential pitfalls for it and things I should think about. 1) 'Paid for' functionality stored in unmanaged DLL, shipped encrypted in ...
Score SslStream behavior (slow handshake when used in windows services)
letibal - 8 Jan 2007 3:19 PM - 11 messages
Hello, I have written a small application (A) that connects to a web site through SSL, sends a request and receives a response. This application works fine. In particular, the SSL handshake takes less than 0.20 sec. If I use the exact same piece of code inside a very simple Windows ...
Score Client Authentication
Victor Pereira - 8 Jan 2007 12:14 PM - 7 messages
Hi, When i'm using the SSLSteam class, and i want to do a Client authentication, must my client certificate be stored in the current user's "MY" store ? Can i load this client certificate from a file using X509Certificate.CreateFromCertFile(MyCertFile) ? ...
Next » 2 3 4 5 6 7 8 9 10