ServiceAuthenticationFilter::ChallengeAsync Method (IAuthenticationManager^)

 

Issues an authentication challenge to the current request by looking for an OWIN authentication middleware with the given M:AuthenticationType and delegating the challenge generation to that middleware.

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

protected:
virtual Task^ ChallengeAsync(
	IAuthenticationManager^ authenticationManager
)

Parameters

authenticationManager
Type: Microsoft.Owin.Security::IAuthenticationManager^

The IAuthenticationManager to use for creating the challenge.

Return Value

Type: System.Threading.Tasks::Task^

A Task representing the challenge operation.

Return to top
Show: