UserManager<TUser, TKey>.SupportsUserSecurityStamp Property

 

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

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

Syntax

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

Property Value

Type: System.Boolean

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

See Also

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

Return to top