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)
Syntaxprotected IActionResult ReturnInvalidWindowsIdentityResponse(
Exception exception
)
Protected Function ReturnInvalidWindowsIdentityResponse (
exception As Exception
) As IActionResult
protected:
IActionResult^ ReturnInvalidWindowsIdentityResponse(
Exception^ exception
)
member ReturnInvalidWindowsIdentityResponse :
exception : Exception -> IActionResult
Parameters
- exception
- Type: SystemException
The exception that caused this.
Return Value
Type:
IActionResultThe 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