메소드 | 설명 | |
---|---|---|
ApiKeyAuthAttribute ( string apiKeyQueryParameter, |
|
|
OnAuthorization ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void |
메소드 | 설명 | |
---|---|---|
HandleUnauthorizedRequest ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void |
Handles the operation on an unauthorized situation
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
protected HandleUnauthorizedRequest ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void | ||
actionContext | System.Web.Http.Controllers.HttpActionContext | |
리턴 | void |
public OnAuthorization ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void | ||
actionContext | System.Web.Http.Controllers.HttpActionContext | |
리턴 | void |