MicrosoftAccountApplyRedirectContext Constructor (IOwinContext, MicrosoftAccountAuthenticationOptions, AuthenticationProperties, String)
Creates a new context object.
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
public MicrosoftAccountApplyRedirectContext(
IOwinContext context,
MicrosoftAccountAuthenticationOptions options,
AuthenticationProperties properties,
string redirectUri
)
public:
MicrosoftAccountApplyRedirectContext(
IOwinContext^ context,
MicrosoftAccountAuthenticationOptions^ options,
AuthenticationProperties^ properties,
String^ redirectUri
)
new :
context:IOwinContext *
options:MicrosoftAccountAuthenticationOptions *
properties:AuthenticationProperties *
redirectUri:string -> MicrosoftAccountApplyRedirectContext
Public Sub New (
context As IOwinContext,
options As MicrosoftAccountAuthenticationOptions,
properties As AuthenticationProperties,
redirectUri As String
)
Parameters
context
Type: Microsoft.Owin.IOwinContextThe OWIN request context
options
Type: Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountAuthenticationOptionsThe Microsoft account middleware options
properties
Type: Microsoft.Owin.Security.AuthenticationPropertiesThe authenticaiton properties of the challenge
redirectUri
Type: System.StringThe initial redirect URI
See Also
MicrosoftAccountApplyRedirectContext Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top