Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OAuthBearerAuthenticationMiddleware Class

 

Bearer authentication middleware component which is added to an OWIN pipeline. This class is not created by application code directly, instead it is added by calling the the IAppBuilder UseOAuthBearerAuthentication extension method.

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

System::Object
  Microsoft.Owin::OwinMiddleware
    Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<TOptions>
      Microsoft.Owin.Security.OAuth::OAuthBearerAuthenticationMiddleware

public ref class OAuthBearerAuthenticationMiddleware : AuthenticationMiddleware<OAuthBearerAuthenticationOptions^>

NameDescription
System_CAPS_pubmethodOAuthBearerAuthenticationMiddleware(OwinMiddleware^, IAppBuilder^, OAuthBearerAuthenticationOptions^)

Bearer authentication component which is added to an OWIN pipeline. This constructor is not called by application code directly, instead it is added by calling the the IAppBuilder UseOAuthBearerAuthentication extension method.

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()

Called by the AuthenticationMiddleware base class to create a per-request handler.(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: