Share via


MicrosoftAccountLoginAuthenticationProvider Class

 

Provides a specialized MicrosoftAccountAuthenticationProvider used by the MicrosoftAccountLoginProvider.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountAuthenticationProvider
    Microsoft.WindowsAzure.Mobile.Service.Security.Providers.MicrosoftAccountLoginAuthenticationProvider

Syntax

public class MicrosoftAccountLoginAuthenticationProvider : MicrosoftAccountAuthenticationProvider
public ref class MicrosoftAccountLoginAuthenticationProvider : MicrosoftAccountAuthenticationProvider
type MicrosoftAccountLoginAuthenticationProvider = 
    class
        inherit MicrosoftAccountAuthenticationProvider
    end
Public Class MicrosoftAccountLoginAuthenticationProvider
    Inherits MicrosoftAccountAuthenticationProvider

Constructors

Name Description
System_CAPS_pubmethod MicrosoftAccountLoginAuthenticationProvider()

Properties

Name Description
System_CAPS_pubproperty OnApplyRedirect

(Inherited from MicrosoftAccountAuthenticationProvider.)

System_CAPS_pubproperty OnAuthenticated

(Inherited from MicrosoftAccountAuthenticationProvider.)

System_CAPS_pubproperty OnReturnEndpoint

(Inherited from MicrosoftAccountAuthenticationProvider.)

Methods

Name Description
System_CAPS_pubmethod ApplyRedirect(MicrosoftAccountApplyRedirectContext)

(Inherited from MicrosoftAccountAuthenticationProvider.)

System_CAPS_pubmethod Authenticated(MicrosoftAccountAuthenticatedContext)

(Overrides MicrosoftAccountAuthenticationProvider.Authenticated(MicrosoftAccountAuthenticatedContext).)

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

(Inherited from Object.)

System_CAPS_pubmethod ReturnEndpoint(MicrosoftAccountReturnEndpointContext)

(Inherited from MicrosoftAccountAuthenticationProvider.)

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.WindowsAzure.Mobile.Service.Security.Providers Namespace

Return to top