Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score "secure" flag for HttpCookies
Jas - 31 Dec 2005 9:26 PM - 9 messages
The "secure" cookie option dictates that the value of the cookie should only be sent over (unspecified) secure means.  In practice this has come to mean over SSL.  This is critical in keeping session cookies safe from prying eyes. ...
Score Strong naming problem? Anyone seen this?
msnews.microsoft.com - 31 Dec 2005 6:45 PM - 6 messages
I'm using .NET 2.0 to develop my product. I've built a build system using MSBuild that is building my C# assemblies.  I've created a strong name key pair, and I've extracted the public key into a separate file.  The MSBuild ...
Score Using Enterprise Library to do SSPI over proprietary protocols
crackajaxx@gmail.com - 31 Dec 2005 6:30 AM - 4 messages
Seems like all of the authentication-related questions I see on the net don't seem to fully answer my question or dive off into alternate tangents.  So, here's my situation. If I'm developing a broad distributed environment, where authentication ...
Score 2.0 forms authentication
Jack - 30 Dec 2005 10:34 PM - 2 messages
Hi, I managed to get the login control working with users and roles by using the website configuration tool.  My questions is: this seems to be creating a  database in my SQL server....but how do I get ...
Score web service restrict clients, custom authentication
fred00 - 30 Dec 2005 4:47 PM - 4 messages
I want to restrict access to my web service to only approved client applications. This has to be done from inside the web service, so Windows Authentication is not an option. I would like to allow the possibility of non windows clients, so I am ...
Score How to determine if the logged on user is in a group
Bob - 29 Dec 2005 7:25 PM - 6 messages
Sorry if this is a bit of crosspost. I'm using VS2005 and VB.net. I have a DC W2K that has a user group I created, MyUsers, I put existing User Bob in that group. I need in my VB app to determine if the currently logged on user is a member ...
Score Retrieving SSL/TLS and server certificate information!
Raj - 29 Dec 2005 7:12 AM - 8 messages
I want to get the details of SSL/TLS security and the certificate details which are implemented on a perticular domain, just by passing domain name (like hotmail.com) with asp .Net code. is it possible? if it is, how? ...
Score CAPICOM 3DES + System.Security.Cryptography in .NET
Jane - 28 Dec 2005 11:26 PM - 7 messages
Hello, I need to write a .NET component that will decrypt the data using the 3DES algorithm. The funny thing is that the original encrypted data is encrypted using the CAPICOM dll w/ 3DES. I know the .NET 3DES service provider class needs a 128 bit key for ...
Score HELP! Windows authentication gives wrong user name
Gary - 28 Dec 2005 12:25 AM - 2 messages
I'm using windows Authentication on an intranet to identify users to the application. I'm having the following problems: 1. When someone accesses the web site, a logon dialog box shows up.  I thought if the user is already logged on, this shouldn't happen.  But ...
Score Can I write to a directory?
Bit Twiddler - 27 Dec 2005 6:55 PM - 2 messages
I am trying to understand how I can programmatically determine whether I am allowed to create files in a given directory. DirectoryInfo.GetAccessControl() returns a DirectorySecurity object: DirectoryInfo di = new DirectoryInfo(@"c:\MyDir"); DirectorySecurity ds = di.GetAccessControl(); Now I can call ds.AccessRightType, but I don't understand why this returns a ...
Score Integrirt test at startup
devgrt - 27 Dec 2005 4:36 PM - 8 messages
We need to do an integrity test at startup for our application (take .exe and compute signature and check against the know signature). Does anyone have info/sample on doing this? I assume we have to have a public key and ...
Next » 2 3 4 5 6 7 8 9 10