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)

Inheritance Hierarchy

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

Syntax

public class MicrosoftAccountAuthenticationMiddleware : AuthenticationMiddleware<MicrosoftAccountAuthenticationOptions>
public ref class MicrosoftAccountAuthenticationMiddleware : AuthenticationMiddleware<MicrosoftAccountAuthenticationOptions^>
type MicrosoftAccountAuthenticationMiddleware = 
    class
        inherit AuthenticationMiddleware<MicrosoftAccountAuthenticationOptions>
    end
Public Class MicrosoftAccountAuthenticationMiddleware
    Inherits AuthenticationMiddleware(Of MicrosoftAccountAuthenticationOptions)

Constructors

Name Description
System_CAPS_pubmethod MicrosoftAccountAuthenticationMiddleware(OwinMiddleware, IAppBuilder, MicrosoftAccountAuthenticationOptions)

Initializes a MicrosoftAccountAuthenticationMiddleware

Properties

Name Description
System_CAPS_protproperty Next

The optional next component.(Inherited from OwinMiddleware.)

System_CAPS_pubproperty Options

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

Methods

Name Description
System_CAPS_protmethod CreateHandler()

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Invoke(IOwinContext)

(Inherited from AuthenticationMiddleware<TOptions>.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Owin.Security.MicrosoftAccount Namespace

Return to top