HttpContextWrapper.SkipAuthorization 속성

정의

개체가 현재 요청에 대한 권한 부여 검사를 건너뛸지 여부를 UrlAuthorizationModule 지정하는 값을 가져오거나 설정합니다.

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

속성 값

권한 부여 검사를 건너뛰어야 하면 />이고, 그렇지 않으면 . 기본값은 false입니다.

적용 대상