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

HostAuthenticationAttribute Class

 

Represents an authentication attribute that authenticates via OWIN middleware.

Namespace:   System.Web.Http
Assembly:  System.Web.Http.Owin (in System.Web.Http.Owin.dll)

System::Object
  System::Attribute
    System.Web.Http::HostAuthenticationAttribute

[AttributeUsageAttribute(AttributeTargets::Class | AttributeTargets::Method, 
	AllowMultiple = true)]
public ref class HostAuthenticationAttribute sealed : Attribute, 
	IAuthenticationFilter, IFilter

NameDescription
System_CAPS_pubmethodHostAuthenticationAttribute(String^)

Initializes a new instance of the HostAuthenticationAttribute class.

NameDescription
System_CAPS_pubpropertyAllowMultiple

System_CAPS_pubpropertyAuthenticationType

Gets the authentication type of the OWIN middleware to use.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

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: