mscorlib(4.0.0.0) API with additions
IApplicationTrustManager.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Security.Policy
4
{
6
[ComVisible(
true
)]
7
public
interface
IApplicationTrustManager
:
ISecurityEncodable
8
{
13
ApplicationTrust
DetermineApplicationTrust
(
ActivationContext
activationContext,
TrustManagerContext
context);
14
}
15
}
System.Security.Policy.ApplicationTrust
Encapsulates security decisions about an application. This class cannot be inherited.
Definition:
ApplicationTrust.cs:14
System.Security.Policy.IApplicationTrustManager
Determines whether an application should be executed and which set of permissions should be granted t...
Definition:
IApplicationTrustManager.cs:7
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.ActivationContext
Identifies the activation context for the current application. This class cannot be inherited.
Definition:
ActivationContext.cs:14
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Security.Policy.TrustManagerContext
Represents the context for the trust manager to consider when making the decision to run an applicati...
Definition:
TrustManagerContext.cs:7
System.Security.Policy.IApplicationTrustManager.DetermineApplicationTrust
ApplicationTrust DetermineApplicationTrust(ActivationContext activationContext, TrustManagerContext context)
Determines whether an application should be executed and which set of permissions should be granted t...
System.Security.ISecurityEncodable
Defines the methods that convert permission object state to and from XML element representation.
Definition:
ISecurityEncodable.cs:7
System.Security.Policy
Definition:
AllMembershipCondition.cs:4
All cs
System.Security.Policy
IApplicationTrustManager.cs
Generated by
1.8.15