May 2010
Intermediate to advanced
1272 pages
61h 18m
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 55.12).
Figure 55.12 Specifying security settings for the ClickOnce deployment.

Read now
Unlock full access