MicrosoftAccountAuthenticationMiddleware Class

OWIN middleware for authenticating users using the Microsoft Account service

Inheritance Hierarchy

System.Object
  Microsoft.Owin.OwinMiddleware
    Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<MicrosoftAccountAuthenticationOptions>
      Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountAuthenticationMiddleware

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

Syntax

'Declaration
Public Class MicrosoftAccountAuthenticationMiddleware _
    Inherits AuthenticationMiddleware(Of MicrosoftAccountAuthenticationOptions)
'Usage
Dim instance As MicrosoftAccountAuthenticationMiddleware
public class MicrosoftAccountAuthenticationMiddleware : AuthenticationMiddleware<MicrosoftAccountAuthenticationOptions>
public ref class MicrosoftAccountAuthenticationMiddleware : public AuthenticationMiddleware<MicrosoftAccountAuthenticationOptions^>
type MicrosoftAccountAuthenticationMiddleware =  
    class 
        inherit AuthenticationMiddleware<MicrosoftAccountAuthenticationOptions>
    end
public class MicrosoftAccountAuthenticationMiddleware extends AuthenticationMiddleware<MicrosoftAccountAuthenticationOptions>

The MicrosoftAccountAuthenticationMiddleware type exposes the following members.

Constructors

  Name Description
Public method MicrosoftAccountAuthenticationMiddleware Initializes a MicrosoftAccountAuthenticationMiddleware

Top

Properties

  Name Description
Protected property Next Advances to the next OwinMiddleware instance. (Inherited from OwinMiddleware.)
Public property Options Gets or sets the authentication options. (Inherited from AuthenticationMiddleware<TOptions>.)

Top

Methods

  Name Description
Protected method CreateHandler Provides the AuthenticationHandler object for processing authentication-related requests. (Overrides AuthenticationMiddleware<TOptions>.CreateHandler().)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invoke (Inherited from AuthenticationMiddleware<TOptions>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Microsoft.Owin.Security.MicrosoftAccount Namespace