UserManager<TUser>.SupportsUserSecurityStamp Property

Definition

Gets a flag indicating whether the backing user store supports security stamps.

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

Property Value

true if the backing user store supports user security stamps, otherwise false.

Applies to