Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score ClientCertificates and IIS5 with https://localhost
Michel Gallant - 25 Mar 2005 10:03 PM - 7 messages
I have seen a number of postings with problems similar to this: W2k Pro  sp4 fully patched IIS 5 web service:  ssl enabled; requiring client certificates Running on same machine as client Client .NET 1.1 console application in C#: ...
Score Newbie Question: Trust an Assembly Wizard
arch - 25 Mar 2005 9:40 AM - 2 messages
Hi.  Under the Microsoft .Net 1.1 Wizards there are 3 wizards: 1) Adjust .Net Security 2) Trust an Assembly 3) Fix an application. I want to use the Trust an Assembly wizard to trust several assemblies (from a network share).  However, it seems to insist that I only select one ...
Score Using Weak keys in DES and TripleDES
Mark Oeltjenbruns - 24 Mar 2005 4:10 PM - 2 messages
I'm trying to use TripleDESCryptoServiceProvider to encrypt some data to authenticate with a DESFire card, however, the default key is 16 zeros which causes a CryptographicExecption to be thrown; it complains about weak keys. The card also supports Key1 = Key2, which gives DES support; This also ...
Score Finding out if user has privileges to a diectory.
UJ - 24 Mar 2005 2:00 PM - 5 messages
How can I, through VB.NET, find out if somebody has access to a specified directory? The directory will be on an 2000 Server. TIA. Jeffrey. ...
Score Windows Authentication question
Natan - 24 Mar 2005 1:42 PM - 12 messages
Hi. We are creating an intranet here in ASP.NET and we decided that we are going to use a kind of Forms Authentication but using the users in our windows domain. So, we are creating a default login form, but the user will use the name ...
Score Anyone out there using AzMan with WinForms solution?
PierreDechaine - 24 Mar 2005 6:52 AM - 2 messages
I have been using AzMan for a security proof of concept and really like what it has to offer.  Our company has over 3500 XP user workstations.  The new version of software that we are building and preparing to roll out needs ...
Score IIS "secure communications"and "certificate" sections disabled.
GoCMS - 23 Mar 2005 3:27 PM - 11 messages
Hi, there:   This might be a newbie question. I want my web service to require a certificate to access, so I go to IIS my virtual directory property and Directory Security page. I found the "secure communication" secion including ...
Score Difference between Full Trust and Everything
Tim Anderson - 23 Mar 2005 2:45 PM - 4 messages
What is the difference between Full Trust and Everything in .NET security configuration? I know there is a difference, because if I take the following steps, I can't even get a simple winform app to run: 1. Create a code group for the My Computer Zone ...
Score Storing Client Certificates
Todd Bright - 23 Mar 2005 2:45 PM - 17 messages
Is there a way in .Net to specify that an embedded resource can only be accessed from within the assembly?  Or, in general, what is the best/most secure way of storing a client-side cert without having to have a user profile? ...
Score Re: Error instantiating RSACryptoServiceProvider
Ignus Fast - 21 Mar 2005 11:38 PM - 3 messages
Ping.  Again.  Has no-one really run into this?  Does anyone from Microsoft read these groups at all?!?!?!?         Ignus ...
Score Re: full trus and 1.1 SP1
AndrewEames - 21 Mar 2005 4:27 PM - 2 messages
OK - I have a few different things going on here which appear to be confusing me. I definitely had the scenario described below where I had executed some code but later got a security exception saying I didnt have execute permission. ...
Score Howto obtain WindowsIdentity for client calling method on COM+ application?
Dominick Baier [DevelopMentor] - 21 Mar 2005 3:12 PM - 3 messages
You mean the name of the caller?? That's in  SecurityCallContext.CurrentCall.DirectCaller.AccountName --- Dominick Baier - DevelopMentor [link]    nntp://news.microsoft.com/microsoft.public.dotnet.security/<#ttsf3hLFHA.1***@TK2MSFTNGP15.phx.gbl> ...
Score Howto obtain WindowsIdentity for client calling method on COM+ application?
Morten Overgaard - 21 Mar 2005 1:57 PM - 2 messages
We have a COM+ application written in C# (a serviced component) thats get accessed by remote hosts on the network. How do I obtain the WindowsIdentity of the caller of my serviced-component? Regards Morten ...
Next » 2 3 4 5