IAuthenticationFilter Interface
Defines a filter that performs authentication.
Namespace: System.Web.Http.Filters
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public interface IAuthenticationFilter : IFilter
public interface class IAuthenticationFilter : IFilter
type IAuthenticationFilter =
interface
interface IFilter
end
Public Interface IAuthenticationFilter
Inherits IFilter
Properties
Name | Description | |
---|---|---|
AllowMultiple | Gets or sets a value indicating whether more than one instance of the indicated attribute can be specified for a single program element.(Inherited from IFilter.) |
Methods
Name | Description | |
---|---|---|
AuthenticateAsync(HttpAuthenticationContext, CancellationToken) | Authenticates the request. |
|
ChallengeAsync(HttpAuthenticationChallengeContext, CancellationToken) |
See Also
System.Web.Http.Filters Namespace
Return to top