TrustSection.ProcessRequestInApplicationTrust Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("processRequestInApplicationTrust", DefaultValue := True)> Public Property ProcessRequestInApplicationTrust As Boolean
Property Value
Type: System.Booleantrue if requests are automatically restricted to the permissions that are configured in the trust policy file; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: