MicrosoftAccountAuthenticationMiddleware Class

OWIN middleware for authenticating users using the Microsoft Account service

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

public ref class MicrosoftAccountAuthenticationMiddleware : public AuthenticationMiddleware<MicrosoftAccountAuthenticationOptions^>

The MicrosoftAccountAuthenticationMiddleware type exposes the following members.

  NameDescription
Public methodMicrosoftAccountAuthenticationMiddlewareInitializes a MicrosoftAccountAuthenticationMiddleware
Top

  NameDescription
Protected propertyNextAdvances to the next OwinMiddleware instance. (Inherited from OwinMiddleware.)
Public propertyOptionsGets or sets the authentication options. (Inherited from AuthenticationMiddleware<TOptions>.)
Top

  NameDescription
Protected methodCreateHandlerProvides the AuthenticationHandler object for processing authentication-related requests. (Overrides AuthenticationMiddleware<TOptions>::CreateHandler().)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from AuthenticationMiddleware<TOptions>.)
Protected methodMemberwiseClone (Inherited from Object.)
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: