FullTrustAssembliesSection.FullTrustAssemblies Property

.NET Framework (current version)
 

Gets the FullTrustAssemblyCollection collection of the fully trusted assemblies.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[ConfigurationPropertyAttribute("", IsDefaultCollection = true)]
public FullTrustAssemblyCollection FullTrustAssemblies { get; }

Property Value

Type: System.Web.Configuration.FullTrustAssemblyCollection

A collection of fully trusted assemblies.

.NET Framework
Available since 4.0
Return to top
Show: