Assembly Required Permission Sets

  • Thread starter Thread starter BuddyWork
  • Start date Start date
B

BuddyWork

Hello,

I want to know if there are tools out there that will
tell me what the minimum permission set that I require to
run my application. I've looked at PermView but this does
not do this. It just shows the specified permission sets.
I basically want the tool to scan my assembly and it's
references and check what namespaces the code is using
and then identifiy each permission set required to run my
assembly.

Thanks
 
Hi Chua,

These tools shows you the code, what I want is a tool smilar to PermView
which shows all the minimum permission that assembly requires to execute.

Thanks,
 
Back
Top