UserInfoUserSecurityStamp Property |
A unique value used for tracking changes to the user profile.
Used for security purposes.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public virtual string UserSecurityStamp { get; set; }
Property Value
Type:
StringRemarks
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