Click or drag to resize
UserInfoUserSecurityStamp Property
A unique value used for tracking changes to the user profile. Used for security purposes.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
public virtual string UserSecurityStamp { get; set; }

Property Value

Type: String
Remarks
Currently this field is used only in our MVC UserStore implementation. Changing this field's value will invalidate any tokens generated within the Identity/OWIN implementation, e.g.: email confirmation tokens, authentication cookies, etc.
See Also