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 >>
|