July 2015
Intermediate to advanced
1300 pages
87h 27m
English
Depending on how an application is deployed or what system resources it needs to have access to, it will be considered under the Full Trust or the Partial Trust rules of .NET Framework Code Access Security. For example, an application that needs to access the Registry or other system resources needs to be full-trusted, but this is not a good idea if your application will be deployed via the Internet, which should instead be partial-trusted. You set the trust level for your ClickOnce deployments in the My Project, Security tab (see Figure 50.13).
FIGURE 50.13 Specifying security settings for the ClickOnce deployment. ...
Read now
Unlock full access