HostAuthenticationFilter Class
Represents an authentication filter that authenticates via OWIN middleware.
Namespace: System.Web.Http
Assembly: System.Web.Http.Owin (in System.Web.Http.Owin.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.HostAuthenticationFilter
Syntax
public class HostAuthenticationFilter : IAuthenticationFilter,
IFilter
public ref class HostAuthenticationFilter : IAuthenticationFilter,
IFilter
type HostAuthenticationFilter =
class
interface IAuthenticationFilter
interface IFilter
end
Public Class HostAuthenticationFilter
Implements IAuthenticationFilter, IFilter
Constructors
Name | Description | |
---|---|---|
HostAuthenticationFilter(String) | Initializes a new instance of the HostAuthenticationFilter class. |
Properties
Name | Description | |
---|---|---|
AllowMultiple | Gets a value indicating whether the filter allows multiple authentication. |
|
AuthenticationType | Gets the authentication type of the OWIN middleware to use. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top