Click or drag to resize

AddChallengeOnUnauthorizedResult Constructor

Namespace:  GSF.Web.Security
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.2.101-beta
Syntax
public AddChallengeOnUnauthorizedResult(
	AuthenticationHeaderValue challenge,
	IHttpActionResult innerResult
)
Request Example View Source

Parameters

challenge
Type: System.Net.Http.HeadersAuthenticationHeaderValue
Authentication header value containing the challenge.
innerResult
Type: IHttpActionResult
Inner HTTP action result to execute for response.
See Also