Ask a Question related to ASP.NET Security, Design and Development.
-
Earth Worm Jim #1
How can I tell waht permissions an assembly requires?
Is there a tool that tells me what permissions my assembly requires?
I have add [assembly: PermissionSet(SecurityAction.RequestOptional,
Unrestricted=false)] to deny all permissions I just want to now grant one I
require?
Cheers
Earth Worm Jim
Earth Worm Jim Guest
-
Contribute permissions vs. network permissions
We are currently implementing Contribute in a website that is highly centralized, with approximately 50 department-level CT writers and 4 CT... -
Assembly acessing StrongNamed assembly getting "Access Denied" intermitently
I have an ASP.NET application that is using a code library our development team uses. The code library is a few web controls in a Strong Named... -
.NET Assembly permissions
Hi, I am in the process of working on ASP.NET web control. Basically the control is just a timer which after a certain timespan posts the page... -
Reading the public key inside a strongly signed assembly from the assembly itself???
Hello, is it possible to programmatically read (and how) the public key that is embedded into an assembly that has been strongly signed??? What... -
Look at waht i have for sale
-- Have a look at what I am selling on ebay http://cgi6.ebay.com/ws/eBayISAPI.dll?ViewSellersOtherItems&include=0&userid... -
Patrick Steele [MVP] #2
Re: How can I tell waht permissions an assembly requires?
In article <OlizpYh#DHA.1452@TK2MSFTNGP09.phx.gbl>, "Earth Worm Jim"
<sdd> says...PermView.exe> Is there a tool that tells me what permissions my assembly requires?
>
> I have add [assembly: PermissionSet(SecurityAction.RequestOptional,
> Unrestricted=false)] to deny all permissions I just want to now grant one I
> require?
--
Patrick Steele
Microsoft .NET MVP
[url]http://weblogs.asp.net/psteele[/url]
Patrick Steele [MVP] Guest
-
Ollie #3
Re: How can I tell waht permissions an assembly requires?
nope, as far as I can see that tells you what permissions your assembly has
applied, not the permissions that it requires...
Am I wrong?
"Patrick Steele [MVP]" <patrick@mvps.org> wrote in message
news:MPG.1aa40cab8d698db89898c6@msnews.microsoft.c om...one I> In article <OlizpYh#DHA.1452@TK2MSFTNGP09.phx.gbl>, "Earth Worm Jim"
> <sdd> says...> > Is there a tool that tells me what permissions my assembly requires?
> >
> > I have add [assembly: PermissionSet(SecurityAction.RequestOptional,
> > Unrestricted=false)] to deny all permissions I just want to now grant>> > require?
> PermView.exe
>
> --
> Patrick Steele
> Microsoft .NET MVP
> [url]http://weblogs.asp.net/psteele[/url]
Ollie Guest
-
Patrick Steele [MVP] #4
Re: How can I tell waht permissions an assembly requires?
In article <#EzMevj#DHA.548@TK2MSFTNGP11.phx.gbl>, "Ollie" <why do they
need this!!!!> says...Hmmmm... Perhaps this is just semantics, but if you "apply" an> nope, as far as I can see that tells you what permissions your assembly has
> applied, not the permissions that it requires...
attribute requesting a certain permission (because you "require" that
permission for your application), won't PermView do what the OP is
looking for?
--
Patrick Steele
Microsoft .NET MVP
[url]http://weblogs.asp.net/psteele[/url]
Patrick Steele [MVP] Guest
-
Ollie #5
Re: How can I tell waht permissions an assembly requires?
The problem is I want to deny all permissions and then be able to evaluate
an assembly and generate a list of permissions it requires and then apply
those permissions explicitly.
Ollie
"Patrick Steele [MVP]" <patrick@mvps.org> wrote in message
news:MPG.1aa55cd2782adb1c9898cb@msnews.microsoft.c om...has> In article <#EzMevj#DHA.548@TK2MSFTNGP11.phx.gbl>, "Ollie" <why do they
> need this!!!!> says...> > nope, as far as I can see that tells you what permissions your assembly>> > applied, not the permissions that it requires...
> Hmmmm... Perhaps this is just semantics, but if you "apply" an
> attribute requesting a certain permission (because you "require" that
> permission for your application), won't PermView do what the OP is
> looking for?
>
> --
> Patrick Steele
> Microsoft .NET MVP
> [url]http://weblogs.asp.net/psteele[/url]
Ollie Guest
-
Patrick Steele [MVP] #6
Re: How can I tell waht permissions an assembly requires?
In article <OmRvd33#DHA.620@TK2MSFTNGP11.phx.gbl>, "Ollie" <why do they
need this!!!!> says...I don't of any automatic way of doing that. Would be pretty cool> The problem is I want to deny all permissions and then be able to evaluate
> an assembly and generate a list of permissions it requires and then apply
> those permissions explicitly.
though! :)
--
Patrick Steele
Microsoft .NET MVP
[url]http://weblogs.asp.net/psteele[/url]
Patrick Steele [MVP] Guest



Reply With Quote

