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)

System::Object
  System.Web.Http::HostAuthenticationFilter

public ref class HostAuthenticationFilter : IAuthenticationFilter, 
	IFilter

NameDescription
System_CAPS_pubmethodHostAuthenticationFilter(String^)

Initializes a new instance of the HostAuthenticationFilter class.

NameDescription
System_CAPS_pubpropertyAllowMultiple

Gets a value indicating whether the filter allows multiple authentication.

System_CAPS_pubpropertyAuthenticationType

Gets the authentication type of the OWIN middleware to use.

NameDescription
System_CAPS_pubmethodAuthenticateAsync(HttpAuthenticationContext^, CancellationToken)

Asynchronously authenticates the request.

System_CAPS_pubmethodChallengeAsync(HttpAuthenticationChallengeContext^, CancellationToken)

Asynchronously challenges an authentication.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: