ApiControllerBaseReturnInvalidWindowsIdentityResponse Method

Returns the invalid windows identity response to challenge the browser.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
protected IActionResult ReturnInvalidWindowsIdentityResponse(
	Exception exception
)

Parameters

exception
Type: SystemException
The exception that caused this.

Return Value

Type: IActionResult
The response message to cause a browser challenge.
Remarks
Note: the exception or at least one of its inner exceptions (recursively) must be an instance of a WindowsIdentityException.
See Also