mscorlib(4.0.0.0) API with additions
IApplicationTrustManager.cs
2 
4 {
6  [ComVisible(true)]
8  {
14  }
15 }
Encapsulates security decisions about an application. This class cannot be inherited.
Determines whether an application should be executed and which set of permissions should be granted t...
Identifies the activation context for the current application. This class cannot be inherited.
Definition: __Canon.cs:3
Represents the context for the trust manager to consider when making the decision to run an applicati...
ApplicationTrust DetermineApplicationTrust(ActivationContext activationContext, TrustManagerContext context)
Determines whether an application should be executed and which set of permissions should be granted t...
Defines the methods that convert permission object state to and from XML element representation.