TrustSection.ProcessRequestInApplicationTrust Egenskap

Definition

Hämtar eller anger ett värde som anger om sidbegäranden automatiskt begränsas till de behörigheter som konfigureras i filen med förtroendeprincip som tillämpas på ASP.NET-programmet.

public:
 property bool ProcessRequestInApplicationTrust { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("processRequestInApplicationTrust", DefaultValue=true)]
public bool ProcessRequestInApplicationTrust { get; set; }
[<System.Configuration.ConfigurationProperty("processRequestInApplicationTrust", DefaultValue=true)>]
member this.ProcessRequestInApplicationTrust : bool with get, set
Public Property ProcessRequestInApplicationTrust As Boolean

Egenskapsvärde

trueom begäranden automatiskt begränsas till de behörigheter som har konfigurerats i förtroendeprincipfilen; annars . false

Attribut

Gäller för