Property | Type | Description |
---|
Method | Description | |
---|---|---|
AuthenticateAsync ( System.Web.Http.Filters.HttpAuthenticationContext context, |
||
ChallengeAsync ( System.Web.Http.Filters.HttpAuthenticationChallengeContext context, |
||
CheckPermission ( string pCode ) : bool |
public AuthenticateAsync ( System.Web.Http.Filters.HttpAuthenticationContext context, |
||
context | System.Web.Http.Filters.HttpAuthenticationContext | |
cancellationToken | ||
return | Task |
public ChallengeAsync ( System.Web.Http.Filters.HttpAuthenticationChallengeContext context, |
||
context | System.Web.Http.Filters.HttpAuthenticationChallengeContext | |
cancellationToken | ||
return | Task |
public CheckPermission ( string pCode ) : bool | ||
pCode | string | |
return | bool |