The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HostAuthenticationFilter Class
Represents an authentication filter that authenticates via OWIN middleware.
Assembly: System.Web.Http.Owin (in System.Web.Http.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | HostAuthenticationFilter(String^) | Initializes a new instance of the HostAuthenticationFilter class. |
| Name | Description | |
|---|---|---|
![]() | AllowMultiple | Gets a value indicating whether the filter allows multiple authentication. |
![]() | AuthenticationType | Gets the authentication type of the OWIN middleware to use. |
| Name | Description | |
|---|---|---|
![]() | AuthenticateAsync(HttpAuthenticationContext^, CancellationToken) | Asynchronously authenticates the request. |
![]() | ChallengeAsync(HttpAuthenticationChallengeContext^, CancellationToken) | Asynchronously challenges an authentication. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


