Share via


IdentityUser<TKey, TLogin, TRole, TClaim>.SecurityStamp Property

 

Gets or sets a random value that changes when a user’s credentials change.

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

Syntax

public virtual string SecurityStamp { get; set; }
public:
property String^ SecurityStamp {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract SecurityStamp : string with get, set
override SecurityStamp : string with get, set
Public Overridable Property SecurityStamp As String

Property Value

Type: System.String

See Also

IdentityUser<TKey, TLogin, TRole, TClaim> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top