Assembly Level Security
From: David Parry via .NET 247 (anonymous_at_dotnet247.com)
Date: 09/06/04
- Previous message: Rob Teixeira [MVP]: "Re: List of users on the machine"
- Next in thread: richlm: "Re: Assembly Level Security"
- Reply: richlm: "Re: Assembly Level Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 06 Sep 2004 07:30:42 -0700
(Type your message here)
--------------------------------
From: David Parry
Hi All,
My scenario is this:
I have a 3 tier application. Client, BLL and DAL. Client is an exe, BLL and DAL are assemblies (.dlls).
There is also a business entity assembly, of which the objects are manipulated by all the above layers.
What I want:
I wan't to somehow apply code access permissions to all the method signatures in each of the business entities so that they can only be called by the DAL layer. I was thinking that I could apply some security attribute of sorts to those methods I want to secure, and then hard-code the security role into the relevant assemblies.
To make it more interesting the app is being deployed as a smart client, and hence no setup using the framework secuity wizards can be done on the client workstation.
Any ideas??
Regards
Dave
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>K+6vWVNOcUqajU2hxloxpg==</Id>
- Previous message: Rob Teixeira [MVP]: "Re: List of users on the machine"
- Next in thread: richlm: "Re: Assembly Level Security"
- Reply: richlm: "Re: Assembly Level Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|