IdentityUser<TKey>.ConcurrencyStamp Property

Definition

A random value that must change whenever a user is persisted to the store

public:
 virtual property System::String ^ ConcurrencyStamp { System::String ^ get(); void set(System::String ^ value); };
public virtual string ConcurrencyStamp { get; set; }
public virtual string? ConcurrencyStamp { get; set; }
member this.ConcurrencyStamp : string with get, set
Public Overridable Property ConcurrencyStamp As String

Property Value

Applies to