Method | Description | |
---|---|---|
ApiKeyAuthAttribute ( string apiKeyQueryParameter, |
|
|
OnAuthorization ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void |
Method | Description | |
---|---|---|
HandleUnauthorizedRequest ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void |
Handles the operation on an unauthorized situation
|
Method | Description | |
---|---|---|
AuthorizeCore ( |
||
IsAuthorized ( string apiKey ) : bool | ||
IsTypeOfIApiKeyAuthorizer ( |
||
SkipAuthorization ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool | ||
SplitString ( string original ) : string[] |
public ApiKeyAuthAttribute ( string apiKeyQueryParameter, |
||
apiKeyQueryParameter | string | The name of the query string parameter whose value needs to be compared against. |
apiKeyAuthorizerType | Type of Api Key Authorizer which implements TugberkUg.Web.Http.IApiKeyAuthorizer | |
return | System |
protected HandleUnauthorizedRequest ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void | ||
actionContext | System.Web.Http.Controllers.HttpActionContext | |
return | void |
public OnAuthorization ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void | ||
actionContext | System.Web.Http.Controllers.HttpActionContext | |
return | void |