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

'Declaration
Public Overridable ReadOnly Property SupportsUserLogin As Boolean 
    Get
'Usage
Dim instance As UserManager 
Dim value As Boolean 

value = instance.SupportsUserLogin
public virtual bool SupportsUserLogin { get; }
public:
virtual property bool SupportsUserLogin {
    bool get ();
}
abstract SupportsUserLogin : bool 
override SupportsUserLogin : bool
function get SupportsUserLogin () : boolean

Property Value

Type: System.Boolean
true if the store is an IUserLoginStore; otherwise, false.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity