System.Security.Policy.ApplicationTrust.FullTrustAssemblies Property

Gets the list of full-trust assemblies for this application trust.

Syntax

public IList<StrongName> FullTrustAssemblies { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The list identifies assemblies that are to be granted full trust within the AppDomain that is associated with this System.Security.Policy.ApplicationTrust instance. The assemblies are identified by their strong names.

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0
Since: .NET 2.0