Dela via


ServiceAuthenticationFilter.AddResponseChallenge Method

Definition

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

protected virtual Microsoft.Owin.Security.AuthenticationResponseChallenge AddResponseChallenge (Microsoft.Owin.Security.AuthenticationResponseChallenge challenge);
abstract member AddResponseChallenge : Microsoft.Owin.Security.AuthenticationResponseChallenge -> Microsoft.Owin.Security.AuthenticationResponseChallenge
override this.AddResponseChallenge : Microsoft.Owin.Security.AuthenticationResponseChallenge -> Microsoft.Owin.Security.AuthenticationResponseChallenge
Protected Overridable Function AddResponseChallenge (challenge As AuthenticationResponseChallenge) As AuthenticationResponseChallenge

Parameters

challenge
AuthenticationResponseChallenge

The current AuthenticationResponseChallenge to which the response challenge is added.

Returns

A new AuthenticationResponseChallenge with the response challenge added.

Applies to