UserManager<TUser>.SupportsUserLogin Property

Definition

Gets a flag indicating whether the backing user store supports external logins.

public:
 virtual property bool SupportsUserLogin { bool get(); };
public virtual bool SupportsUserLogin { get; }
member this.SupportsUserLogin : bool
Public Overridable ReadOnly Property SupportsUserLogin As Boolean

Property Value

true if the backing user store supports external logins, otherwise false.

Applies to