Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score Creating a PKCS#7 from a PKCS#1
gherme - 17 Mar 2007 5:59 PM - 2 messages
Hi, Could anyone tell me if it's possible to create a PKCS#7 from a previously generated PKCS#1,  using a keypair ( the PrivateKey) and the CryptoAPI? Or is this a bad aproach to the rigth way to get a ...
Score is there some location (c.f. [CommonAppData]) where even limited users can modify/write files?
Bob Eaton - 16 Mar 2007 5:39 AM - 16 messages
I'm having trouble porting something to Vista because my C# assembly (in the global assembly cache) needs to have a location where it can read/write/modify a file. With Administrator accounts, it works fine, but with a limited account it ...
Score what encoding does system.xml.xmldocument.save(string path) use to save the xml document if there is
Daniel - 15 Mar 2007 4:13 AM - 2 messages
what encoding does system.xml.xmldocument.save(string path) use to save the xml document if there is no <?xml... in the front of the xml document? ...
Score limited account permission and writing to system areas?
Bob Eaton - 15 Mar 2007 3:29 AM - 2 messages
I'm dealing with a security problem in a global assembly that I've created and need some guidance. The assembly is used by many different client programs, so the installer of each one installs it in the Global Assembly Cache (which may end up with ...
Score WindowsIdentity - Invalid token; it cannot be duplicated
Kamal - 14 Mar 2007 1:39 PM - 8 messages
I am having invalid token, it cannot be duplicated error 70% of the time on one machine.  We are creating and validating the current user.  The following line of code raise exception. System.Security.Principal.WindowsIdentity winIden=new ...
Score AzMan AccessCheck problem with Active Directory Groups
hocky.johansson - 12 Mar 2007 12:58 PM - 3 messages
I have trouble using AD groups assigned to Roles in AzMan. The AccessCheck function works great when I assign AD Users direct to AzMan Roles. If I put an AD User into an AD Group then assign the AD Group to my ...
Score Encrypted XML in framework 1.1
Kim H - 12 Mar 2007 11:52 AM - 5 messages
I have been working with signed XML in .NET framework 1.1 using the SignedXml class. Now I also have to handle signed and encrypted XML, but does framework 1.1 support encrypted XML at all? I can see .NET 2.0 does, but I have my doubts about 1.1. ...
Score How to authenticate the client of my assembly
adriano.labate - 12 Mar 2007 8:46 AM - 2 messages
Hi, I am really new to .NET security. I hope that someone could help me or give hints to resolve this quite simple problem : I have to develop a .NET application that will connect to a database. The assembly has to be called by a .NET Windows service issued by a ...
Next » 2 3 4 5 6 7 8 9 10