SPSecurity.SuppressAccessDeniedRedirectInScope Class

Suppresses the automatic redirect when an UnauthorizedException is thrown within the using scope.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.SPSecurity.SuppressAccessDeniedRedirectInScope

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Class SuppressAccessDeniedRedirectInScope _
    Implements IDisposable
'Usage
Dim instance As SPSecurity.SuppressAccessDeniedRedirectInScope
public class SuppressAccessDeniedRedirectInScope : IDisposable

Remarks

When an UnauthorizedException is thrown, the default behavior of Microsoft SharePoint Foundation is to automatically redirect to accessDenied.aspx or return an HTTP 401 response, depending on whether the user is authenticated or not authenticated. This behavior may not be desirable in certain scenarios, for example, where the calling program should handle the UnauthorizedException.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPSecurity.SuppressAccessDeniedRedirectInScope Members

Microsoft.SharePoint Namespace