Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score windows defender
steveg114 - 3 Feb 2007 10:45 AM - 2 messages
try to remove unwanted items but error 0x8050800f shows ...
Score Defender has to be turned on every time computer is turned on
lucky613 - 2 Feb 2007 10:55 PM - 5 messages
Last week Live One Care said my subscrition was expired.  Live's site shows it is not.  Now it shows status as good, however, when I open Live One Care, Defender is no longer there, and every time I boot up my pc, I get a message ...
Score Any chance to differ local group or domain group from windowsIdentity groups?
DAXU - 2 Feb 2007 3:00 PM - 10 messages
Hi, When a user belongs to local admin, but not domain admin group, can I still use windowsidentity.groups or windowsprincipal.isinrole? The thing is that I need to make sure that the user belongs to domain admin group(the builtin administrators group in a domain). If I use ...
Score identity impersonation definition in web.config
Saqib Ali - 1 Feb 2007 1:14 AM - 5 messages
I have some security concerns over storing a Active Directory username/ passwd in a text based web.config file for the identity impersonation definition. I know that web.conf is not accessible via the web browser, however someone with account on the server can get to the file and steal the ...
Score Enumerating certificates?
jyeh - 31 Jan 2007 7:29 PM - 2 messages
Hi I’m trying to enumerate the certificates located in “Computer Account\Personal\Certificates” and “Computer Account\Trusted Root Certification Authorities\Certificates”.  Anyone know how to do this?  i'm trying using CertOpenSystemStore, but cant figure out how to open "Computer ...
Score AzMan vs other approaches for .Net app security?
kaborka - 30 Jan 2007 12:21 AM - 2 messages
I'm developing a new .Net 2.0 app for one of my corporate clients.  What I've done for them in the past is provide role-based security in their VB6 apps.  I'm considering having task-level security in the new apps, now ...
Score Dual Authentication: Windows & Username/Password
Wells - 29 Jan 2007 11:18 PM - 2 messages
I am writing a smart client application that will be used both within my company as well as outside of my company.  For the users within my company I want to be able to authenticate users by using their Windows accounts, but ...
Score EventWaitHandle between a service and an application.
Jon Curry - 29 Jan 2007 6:36 PM - 2 messages
I have a service that starts a thread which waits for a global EventWaitHandle to be set, writes to the application event log,  and waits for the next set.  I have a simple windows forms application with a button that sets the event ...
Score Server side certificate checking - OnCertificateValidation handler
letibal - 29 Jan 2007 3:40 PM - 3 messages
Hello, My application performs several HTTPS requests (potentially concurrent) to different web sites In order to handle any error linked to certificate checking, Im setting up a callback function as follows : *************************** ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(OnCertificateValidation); [...] protected bool OnCertificateValidation(object sender, X509Certificate ...
Next » 2 3 4 5 6 7 8 9 10