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