![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2007
Posts: 8
Rep Power: 0
![]() |
Protecting Assemblies
Is their any way to protect my .net assemblies (e.g. licensing module) from other peoples applications>
|
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Referencing External Assemblies | Kami | C# | 5 | Feb 12th, 2006 5:30 PM |
| Copy protecting a pic/image | peace_of_mind | Other Web Development Languages | 5 | May 24th, 2005 9:21 AM |
| Is it possible to link Java applets to .net assemblies? | uman | Java | 0 | Apr 7th, 2005 10:54 PM |