PolicyLevel::FullTrustAssemblies Property
Gets a list of StrongNameMembershipCondition objects used to determine whether an assembly is a member of the group of assemblies used to evaluate security policy.
Assembly: mscorlib (in mscorlib.dll)
public: [ObsoleteAttribute("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")] property IList^ FullTrustAssemblies { IList^ get(); }
Property Value
Type: System.Collections::IList^A list of StrongNameMembershipCondition objects used to determine whether an assembly is a member of the group of assemblies used to evaluate security policy. These assemblies are granted full trust during security policy evaluation of assemblies not in the list.
FullTrustAssemblies are granted full trust during security policy evaluation of assemblies not in the list, but are not automatically granted full trust when directly evaluated by the security policy system.
The FullTrustAssemblies property is not supported in version 2.0 or later of the .NET Framework because the list of full trust assemblies is not used in those versions.
Available since 1.1