ServiceAuthenticationFilter.AddResponseChallenge Method (AuthenticationResponseChallenge)

 

Adds the response challenge provided by the OWIN middleware identified by the given M:AuthenticationType. This is called as part of the creating an authentication challenge to a given request.

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

Protected Overridable Function AddResponseChallenge (
	challenge As AuthenticationResponseChallenge
) As AuthenticationResponseChallenge

Parameters

challenge
Type: Microsoft.Owin.Security.AuthenticationResponseChallenge

The current AuthenticationResponseChallenge to which the response challenge is added.

Return Value

Type: Microsoft.Owin.Security.AuthenticationResponseChallenge

A new AuthenticationResponseChallenge with the response challenge added.

Return to top
Show: