Chia sẻ qua


MicrosoftAccountApplyRedirectContext Class

 

Context passed when a Challenge causes a redirect to authorize endpoint in the Microsoft account middleware

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext<TOptions>
    Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountApplyRedirectContext

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod MicrosoftAccountApplyRedirectContext(IOwinContext, MicrosoftAccountAuthenticationOptions, AuthenticationProperties, String)

Creates a new context object.

Properties

Name Description
System_CAPS_pubproperty Options

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubproperty OwinContext

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubproperty Properties

Gets the authenticaiton properties of the challenge

System_CAPS_pubproperty RedirectUri

Gets the URI used for the redirect operation.

System_CAPS_pubproperty Request

(Inherited from BaseContext<TOptions>.)

System_CAPS_pubproperty Response

(Inherited from BaseContext<TOptions>.)

Methods

Name Description
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 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