Freigeben über


HostAuthenticationFilter Constructor (String)

 

Initializes a new instance of the HostAuthenticationFilter class.

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

Syntax

public HostAuthenticationFilter(
    string authenticationType
)
public:
HostAuthenticationFilter(
    String^ authenticationType
)
new : 
        authenticationType:string -> HostAuthenticationFilter
Public Sub New (
    authenticationType As String
)

Parameters

  • authenticationType
    Type: System.String

    The authentication type of the OWIN middleware to use.

See Also

HostAuthenticationFilter Class
System.Web.Http Namespace

Return to top