Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > dotnet security > august 2004 > threads for august 15 - 21, 2004

Filter by week: 1 2 3 4 5

Access to remote registry (RegistryPermissionAttribute)
Posted by Marc Wuergler at 8/20/2004 3:20:32 PM
Hi ! I'm trying to access a registry key on a remote computer. Here is my code : [RegistryPermissionAttribute(SecurityAction.RequestMinimum, Read = @"HKEY_LOCAL_MACHINE\SOFTWARE\MyKey")] public static string ReadRegistryKey(string PsMachineName) { try { RegistryKey LoK...more >>


How do I send an s/mime e-mail using x509v3?
Posted by Joakim Olesen at 8/19/2004 5:11:21 PM
Hi I'm about to develop an application that sends/receives e-mails encrypted and signed using x509v3 certificates. The asymmetric encryption algorithm will be RSA. I don't want to buy any third-party tools, but using unmanaged COM-objects is OK. Do you have good links on this? What classes...more >>

Retaining local file system access while impersonating to access a remote drive
Posted by Daniel at 8/19/2004 12:26:00 PM
Is it possible to retain local file system read, write, delete access while impersonating for access to a remote drive in a different domain? I need to be able to move files from a local computer to a remote computer. do i have to copy them from the local computer to the remote computer then del...more >>

X509 Certificate error?
Posted by linda NO[at]SPAM boystown.org at 8/18/2004 2:54:48 PM
I randomly get a "Policy Level Enterprise cannot be saved." error. Does anyone know if this can be caused by including a X509 certificate to a deployment project? Our app uses .net remoting and we push a shim app to the user. This little app does create a machine level policy to accept our st...more >>

Client proxy settings when using "automatic configuration script"
Posted by Benjamin at 8/18/2004 1:51:59 PM
Hi! You can read in http://support.microsoft.com/default.aspx?kbid=307220 following: "The .NET runtime does not, however, support automatic proxy discovery scripts." I am working with a customer that IS using a complex "automatic configuration script" (see Internet Options/Connections/LAN ...more >>

SQL server authentication; access is allowed even without user/pass Or integrated Security
Posted by Menish Gupta at 8/18/2004 1:47:24 PM
I recently installed VS 2005, on .net Framework v2.0.40607. Tried to connect to local sql server in a mixed mode via client written in C#. I am logged in as a administrator on my box ( WinXP pro) below is the connection string object I see in my debug mode. {System.Data.SqlClient.SqlConnecti...more >>

Windows Identity
Posted by Ivan G. at 8/18/2004 12:30:51 PM
Hi. How can I create an instance of WindowsIdentity class knowing user samaccountname and domain password? Thanx. ...more >>

UserControl in IE Security higher then Java?
Posted by anders.waglund NO[at]SPAM qstream.se at 8/18/2004 1:08:07 AM
Hi all! With a signed Java applet you can use URLConnection to connect to a remote webserver and all user needs to do is to accept a certificate. Is this possible with a UserControl made in .NET? I know how to code it using the WebRequest object, but there is always a security error. Can ...more >>



Active Directory calls failing in production....
Posted by Ollie at 8/15/2004 7:12:34 PM
I know this has been asked before, I have read the answers given and I am unable to get this work ( I don't know that much about AD configuration) I have an asp.net web service that is designed to authenticate and maintain accounts in active directory. It all works fine when the web service is ...more >>


DevelopmentNow Blog