UserManager<TUser, TKey>.SupportsUserLockout Property

 

Gets a value that indicates whether the store is an IUserLockoutStore.

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

Syntax

public virtual bool SupportsUserLockout { get; }
public:
property bool SupportsUserLockout {
    virtual bool get();
}
abstract SupportsUserLockout : bool with get
override SupportsUserLockout : bool with get
Public Overridable ReadOnly Property SupportsUserLockout As Boolean

Property Value

Type: System.Boolean

true if the store is an IUserLockoutStore; otherwise, false.

See Also

UserManager<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top