Share via


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; }

Property Value

Type: System.Boolean
true if the store is an IUserSecurityStore; otherwise, false.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity