UserManager<TUser>.SupportsUserLockout Property

Definition

Gets a flag indicating whether the backing user store supports user lock-outs.

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

Property Value

true if the backing user store supports user lock-outs, otherwise false.

Applies to