HttpContextWrapper.SkipAuthorization Özellik

Tanım

Nesnenin UrlAuthorizationModule geçerli istek için yetkilendirme denetimini atlayıp atlamayacağını belirten bir değer alır veya ayarlar.

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

Özellik Değeri

true yetkilendirme denetimini atlarsanız UrlAuthorizationModule ; atlamazsa, false. Varsayılan değer: false.

Şunlara uygulanır