UserManager<TUser, TKey>.SupportsUserLogin Property

 

Gets a value that indicates whether the store is an IUserLoginStore.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

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

Property Value

Type: System.Boolean

true if the store is an IUserLoginStore; otherwise, false.

See Also

UserManager<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top