FacebookAuthenticationMiddleware Class

 

OWIN middleware for authenticating users using Facebook

Namespace:   Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

System::Object
  Microsoft.Owin::OwinMiddleware
    Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<TOptions>
      Microsoft.Owin.Security.Facebook::FacebookAuthenticationMiddleware

public ref class FacebookAuthenticationMiddleware : AuthenticationMiddleware<FacebookAuthenticationOptions^>

NameDescription
System_CAPS_protpropertyNext

The optional next component.(Inherited from OwinMiddleware.)

System_CAPS_pubpropertyOptions

Gets or sets the authentication options.(Inherited from AuthenticationMiddleware<TOptions>.)

NameDescription
System_CAPS_protmethodCreateHandler()

Provides the AuthenticationHandler object for processing authentication-related requests.(Overrides AuthenticationMiddleware<TOptions>::CreateHandler().)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInvoke(IOwinContext^)
System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: