TrustSection.ProcessRequestInApplicationTrust Property

 

Gets or set a value that indicates whether page requests are automatically restricted to the permissions that are configured in the trust policy file that is applied to the ASP.NET application.

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

<ConfigurationPropertyAttribute("processRequestInApplicationTrust",
	DefaultValue := True)>
Public Property ProcessRequestInApplicationTrust As Boolean

Property Value

Type: System.Boolean

true if requests are automatically restricted to the permissions that are configured in the trust policy file; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: