IUserSecurityStampStore<TUser> Methods

The IUserSecurityStampStore<TUser> type exposes the following members.

Methods

  Name Description
Public method CreateAsync Insert a new user (Inherited from IUserStore<TUser>.)
Public method DeleteAsync Delete a user (Inherited from IUserStore<TUser>.)
Public method Dispose (Inherited from IDisposable.)
Public method FindByIdAsync Finds a user (Inherited from IUserStore<TUser>.)
Public method FindByNameAsync Find a user by name (Inherited from IUserStore<TUser>.)
Public method GetSecurityStampAsync Get the user security stamp
Public method SetSecurityStampAsync Set the security stamp for the user
Public method UpdateAsync Update a user (Inherited from IUserStore<TUser>.)

Top

See Also

Reference

IUserSecurityStampStore<TUser> Interface

Microsoft.AspNet.Identity Namespace