SPSecurity.SuppressAccessDeniedRedirectInScope 类
禁止自动重定向时UnauthorizedException引发中使用范围。
继承层次结构
System.Object
Microsoft.SharePoint.SPSecurity.SuppressAccessDeniedRedirectInScope
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Class SuppressAccessDeniedRedirectInScope _
Implements IDisposable
用法
Dim instance As SPSecurity.SuppressAccessDeniedRedirectInScope
public class SuppressAccessDeniedRedirectInScope : IDisposable
备注
引发UnauthorizedException时, Microsoft SharePoint Foundation的默认行为是自动重定向到 accessDenied.aspx 或返回一个 HTTP 401 响应,具体取决于是否经过身份验证或未经过身份验证的用户。此行为可能不希望在某些方案,例如,将调用程序应在其中处理UnauthorizedException。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。