View Single Post
Old Jul 2nd, 2007, 11:14 AM   #2
melbolt
Hobbyist Programmer
 
melbolt's Avatar
 
Join Date: Feb 2005
Location: PA, USA
Posts: 237
Rep Power: 4 melbolt is on a distinguished road
Send a message via AIM to melbolt Send a message via Yahoo to melbolt
I wasn't entirely sure what you were referring to but there are a couple things you can do to secure your assembly.

1. StrongName your assemblies(sign with a key)
2. Use CAS(code access security) on either the assembly level or method level

to strongname the assembly you can do this by right clicking the assembly, going to properties and its under the security tab. here you can import a key to use to sign the assembly.

as for the CAS stuff here's a tutorial
http://www.codeproject.com/dotnet/UB_CAS_NET.asp
__________________
I have never let my schooling interfere with my education. -Mark Twain-

Xbox live gamertag: melbolt
melbolt is offline   Reply With Quote