I have an application that behaves oddly, and just to verify, I\'d like to see which security zone it is currently running under.
I\'ve found the System.Security.Sec
You can also use
Evidence e = Thread.CurrentThread.GetType().Assembly.Evidence;
instead of
this.GetType().Assembly.Evidence