MicrosoftAccountApplyRedirectContext Class
Context passed when a Challenge causes a redirect to authorize endpoint in the Microsoft account middleware
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
System::Object
Microsoft.Owin.Security.Provider::BaseContext<TOptions>
Microsoft.Owin.Security.MicrosoftAccount::MicrosoftAccountApplyRedirectContext
Microsoft.Owin.Security.Provider::BaseContext<TOptions>
Microsoft.Owin.Security.MicrosoftAccount::MicrosoftAccountApplyRedirectContext
| Name | Description | |
|---|---|---|
![]() | MicrosoftAccountApplyRedirectContext(IOwinContext^, MicrosoftAccountAuthenticationOptions^, AuthenticationProperties^, String^) | Creates a new context object. |
| Name | Description | |
|---|---|---|
![]() | Options | (Inherited from BaseContext<TOptions>.) |
![]() | OwinContext | (Inherited from BaseContext<TOptions>.) |
![]() | Properties | Gets the authenticaiton properties of the challenge |
![]() | RedirectUri | Gets the URI used for the redirect operation. |
![]() | Request | (Inherited from BaseContext<TOptions>.) |
![]() | Response | (Inherited from BaseContext<TOptions>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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:


