UserManager<TUser>.SupportsUserPassword Property

Definition

Gets a flag indicating whether the backing user store supports user passwords.

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

Property Value

true if the backing user store supports user passwords, otherwise false.

Applies to