HttpContextBase.SkipAuthorization 속성

정의

파생 클래스에서 재정의되는 경우 개체가 현재 요청에 대한 권한 부여 검사를 건너뛸지 여부를 UrlAuthorizationModule 지정하는 값을 가져오거나 설정합니다.

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

속성 값

권한 부여 검사를 건너뛰어야 하면 />이고, 그렇지 않으면 .

예외

적용 대상