IdentityRole<TKey>.ConcurrencyStamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A random value that should change whenever a role 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