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 29 - 31, 2004

Filter by week: 1 2 3 4 5

Re: Strange problem with FileIOPermission
Posted by Shell at 8/31/2004 9:08:52 PM
Nicole, The exception is thrown when I click the button that tries to construct the class. The weird thing is that it never even gets to the constructor. From my console output, I can see that the assembly gets loaded: 'Consumer.exe': Loaded 'e:\fun\security\consumer\bin\debug\class1.dll', ...more >>


Get Certificate
Posted by news.microsof.com at 8/31/2004 7:18:09 PM
How do I get the Certificates stored on my computer ?? I want to use RSACryptoServiceProvider, and my certificates are hashed with SHA1 I think that I just use: System.Security.Cryptography and under that uses the RSACryptoServiceProvider, but I can't find out how to get the certificat...more >>

How to restrict access to source code?
Posted by Divya at 8/31/2004 1:19:09 PM
Hello, I would like to know how I can restrict others from accessing the source code of my application. I was looking at Licensing but that is to restrict the number of people from running the application. Is there anyway I can give others, my application software so that they can use it bu...more >>

Strange problem with FileIOPermission
Posted by Shell at 8/30/2004 11:09:35 PM
Hi, I have a problem with the FileIOPermission attribute. Here's my situation: I've written a class in whose AssemblyInfo I've added the line [assembly: FileIOPermission(SecurityAction.RequestRefuse, All = @"c:\myOtherFolder")] I added the same line to the AssemblyInfo of a WinForms ap...more >>

Enabling App Domain Policy to run an executable
Posted by Jason Collum at 8/30/2004 12:51:26 PM
I have looked over the internet and found some code to create an application domain policy, create a permission set based on "LocalIntranet", add additional permissions, union membership conditions with the permission set, and try to execute another application. My code can be found below. Even...more >>

CryptoAPI vs CAPICOM
Posted by Kim Madsen at 8/30/2004 12:30:34 PM
Hi, Im signing a mail with a digital signature, using CAPICOM to get my certificate and sign my data, that works fine. My problem is that when I sign my data for the mail: szSignature = oSignedData.Sign(oSigner, True, CAPICOM_ENCODE_BINARY) the thirt party (TDC, CA in denmark) comes up ...more >>

Required permissions to set Process.PriorityClass in Win 2003 serv
Posted by Paul Roberts at 8/29/2004 9:11:07 PM
Hi All, I have an asp.net application that needs to set it's priority to normal, but I get access denied when the below code executes. The reason I have to do this is I use a third party com component and it changes the priority to high, so I want to bang it on the head to make it normal a...more >>



DevelopmentNow Blog