.NET Security Part 2
- by Simon Cooper
So, how do you create partial-trust appdomains? Where do you come across them?
There are two main situations in which your assembly runs as partially-trusted using the Microsoft .NET stack:
Creating a CLR assembly in SQL Server with anything other than the UNSAFE permission set. The permissions available in each permission set are given here.
…