C# Class NContext.Extensions.AspNet.WebApi.ErrorHandling.AuthenticationError

Inheritance: NContext.ErrorHandling.ErrorBase
Show file Open project: PowerDMS/NContext

Public Methods

Method Description
ProviderNotFound ( ) : AuthenticationError

No providers could be found to authenticate the request.

Private Methods

Method Description
AuthenticationError ( String localizationKey, HttpStatusCode httpStatusCode, String code ) : System

Method Details

ProviderNotFound() public static method

No providers could be found to authenticate the request.
public static ProviderNotFound ( ) : AuthenticationError
return AuthenticationError