As described in What is ASP.NET Identity's IUserSecurityStampStore interface? security stamp is changed on password change or when a login is removed. I guess the security stamp verification is made on login. I'm wondering whether there are any other actions on which this verification is needed. Also is the security stamp value used in some methods such as email confirmation token generation or password generation etc.
Asked
Active
Viewed 146 times
1
-
1Well the answer to the linked question says it can be called on a specific interval so that's one thing. – Stilgar Oct 18 '15 at 16:25