FacebookAuthorizeFilter Class

Authorization filter that verifies the signed requests and permissions from Facebook.

System.Object
  Microsoft.AspNet.Mvc.Facebook.Authorization.FacebookAuthorizeFilter

Namespace:  Microsoft.AspNet.Mvc.Facebook.Authorization
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

public class FacebookAuthorizeFilter : IAuthorizationFilter

The FacebookAuthorizeFilter type exposes the following members.

  NameDescription
Public methodFacebookAuthorizeFilterInitializes a new instance of the FacebookAuthorizeFilter class.
Top

  NameDescription
Public methodCreateRedirectResultCalled when authorization fails and need to create a redirect result.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnAuthorizationCalled when authorization is required.
Public methodToString (Inherited from Object.)
Top

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