Share via


HostAuthenticationFilter.AllowMultiple Property

 

Gets a value indicating whether the filter allows multiple authentication.

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

Syntax

public bool AllowMultiple { get; }
public:
property bool AllowMultiple {
    virtual bool get() sealed;
}
abstract AllowMultiple : bool with get
override AllowMultiple : bool with get
Public ReadOnly Property AllowMultiple As Boolean

Property Value

Type: System.Boolean

true if the filter allows multiple authentication; otherwise, false.

Implements

IFilter.AllowMultiple

See Also

HostAuthenticationFilter Class
System.Web.Http Namespace

Return to top