ApplicationTrust::FullTrustAssemblies Property
.NET Framework (current version)
Gets the list of full-trust assemblies for this application trust.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections.Generic::IList<StrongName^>^A list of full-trust assemblies.
The list identifies assemblies that are to be granted full trust within the AppDomain that is associated with this ApplicationTrust instance. The assemblies are identified by their strong names.
.NET Framework
Available since 4.0
Available since 4.0
Show: