[Mono-list] System.Security

Nick Drochak ndrochak@gol.com
Mon, 31 Dec 2001 07:46:06 +0900


> For those bits, just bring the topics up on the mailing list, 
> and we can discuss them here.  Paolo and Dietmar are coming 
> back from holidays the next week.
> 

For implementing System.Security.SecurityManger.IsGranted(Ipermission):
How does one obtain the permissions granted to the calling code
assembly?  The docs indicate that the runtime grants permissions based
on policy and on any declarative security requests (required, optional,
refused). So, I am assuming there must be a window into the runtime
(some API) where we can get this info.

Regards,
Nick D.