Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score How do I check for domain group membership?
Byron - 29 Sep 2005 6:35 PM - 6 messages
I have a WinForm app that will run on XP boxes in a Win2003 AD domain named "GTI.int".  I have several Universal security groups named "ILF_x", one of which is "ILF_Installer" and I have made myself a member of that group for ...
Score Installing CA-certificate in certificate-store from .NET
Helge Jensen - 29 Sep 2005 4:00 PM - 3 messages
I've been looking at google for a method of adding a certificate to the cert-store from C#. I would prefer something that doesn't popup dialog-boxes -- but I'll accept just about anything. I looked at certmgr.exe, but it would be rather sad to have to start ...
Score How do I get array of users security groups (NOT builtin)
Byron - 29 Sep 2005 1:35 PM - 2 messages
I need to get an array of security groups the current user is a member of.  I don't care about the builtin groups.  I use an array of windows security groups the application relies on for internal security to enable menu items, ...
Score is there any way to clear the buffer of a System.IO.StreamWriter so that it does not do a flush when
Daniel - 28 Sep 2005 9:04 PM - 2 messages
is there any way to clear the buffer of a System.IO.StreamWriter so that it does not do a flush when it is closed in the finaly block? ...
Score linkdemand for principalpermission
Jas - 28 Sep 2005 2:36 AM - 3 messages
I can't seem to understand what a linkdemand for a principalpermission means? If linkdemands are satisfied at JIT phase, how can it figure out the current principal before running the code? For example, if I was going to use windowsprincipals to make RBS decisions, ...
Score Custom security permission exception error message
Marius Groenendijk - 27 Sep 2005 1:58 PM - 3 messages
Hello group! We're planning to use strong naming for our app and this does indeed work fine *if* the app has been registered for fulltrust (w/ caspol). Trouble is if it's not *yet* fully trusted. Then, if the app starts ...
Score Prevent access to advapi32.dll RevertToSelf()
kevin.kenny - 27 Sep 2005 1:06 PM - 8 messages
Hi All, Sorry to crosspost but it's a security and an ASP.NET problem I have. We run each website site under it's own I_<user> account and ASP.NET is configured to impersonate so requests run under the identity of the ...
Score enumerate runtime permissions
Jas - 26 Sep 2005 2:46 AM - 6 messages
Is there a way for an assembly to enumerate all the permissions granted to it by the runtime?  For some reason I remember reading somewhere in the past that you can't do this, but I wasn't sure. ...
Next » 2 3 4 5 6 7 8 9 10