Freigeben über


HttpContextWrapper.SkipAuthorization Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das UrlAuthorizationModule-Objekt die Autorisierungsprüfung für die aktuelle Anforderung überspringen soll, oder legt diesen Wert fest.

public:
 virtual property bool SkipAuthorization { bool get(); void set(bool value); };
public override bool SkipAuthorization { get; set; }
member this.SkipAuthorization : bool with get, set
Public Overrides Property SkipAuthorization As Boolean

Eigenschaftswert

Boolean

true, wenn das UrlAuthorizationModule-Objekt die Autorisierungsprüfung überspringen soll, andernfalls false. Der Standardwert ist false.

Gilt für