What is the purpose of FullTrust when SkipVerification exists?
I understand that FullTrust will give an assembly full access to any limitation that can be implemented through a CAS permission check. What I don't understand is why anyone would ever use it. We have access to SkipVerification which will completely skip the verification check (saving that overhead) and gives you the same access as FullTrust.