Re: Protecting Assemblies
From: Peter Rilling (peter_at_nospam.rilling.net)
Date: 02/16/04
- Next message: dudi: "TargetInvocationException makes no sense"
- Previous message: Peter Rilling: "Re: newbie namespace question"
- In reply to: Michael: "Protecting Assemblies"
- Next in thread: Michael: "Re: Protecting Assemblies"
- Reply: Michael: "Re: Protecting Assemblies"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 16 Feb 2004 10:33:56 -0800
Check out the StrongNameIdentityPermissionAttribute class. This will make
it so that only your, trusted, assemblies can bind to your assemblies. If
someone tries to reference your assemblies, they will get an exception.
"Michael" <anonymous@discussions.microsoft.com> wrote in message
news:F2708B5D-0B71-4DA4-B834-94FD9ED0CA2B@microsoft.com...
> Hi,
>
> When an application is shipped is there a way of un-authroized people from
using the assemblies in their own applications?
>
> Regards,
>
> Michael
- Next message: dudi: "TargetInvocationException makes no sense"
- Previous message: Peter Rilling: "Re: newbie namespace question"
- In reply to: Michael: "Protecting Assemblies"
- Next in thread: Michael: "Re: Protecting Assemblies"
- Reply: Michael: "Re: Protecting Assemblies"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|