UserManager<TUser>.SupportsUserPassword Property

Returns true if the store is an IUserPasswordStore

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

Syntax

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

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

Property Value

Type: System.Boolean

See Also

Reference

UserManager<TUser> Class

Microsoft.AspNet.Identity Namespace