UserManager<TUser, TKey>.SupportsUserPassword Property
Gets a value that indicates whether the store is an IUserPasswordStore.
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Syntax
public virtual bool SupportsUserPassword { get; }
public:
property bool SupportsUserPassword {
virtual bool get();
}
abstract SupportsUserPassword : bool with get
override SupportsUserPassword : bool with get
Public Overridable ReadOnly Property SupportsUserPassword As Boolean
Property Value
Type: System.Boolean
true if the store is an IUserPasswordStore; otherwise, false.
See Also
UserManager<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity
Return to top