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
System_CAPS_pubproperty 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
System_CAPS_pubmethod AuthenticateAsync(HttpAuthenticationContext, CancellationToken)

Authenticates the request.

System_CAPS_pubmethod ChallengeAsync(HttpAuthenticationChallengeContext, CancellationToken)

See Also

System.Web.Http.Filters Namespace

Return to top