Share via


IUserStore<TUser, TKey> Methods

 

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

Methods

Name Description
System_CAPS_pubmethod CreateAsync(TUser)

Asynchronously inserts a new user.

System_CAPS_pubmethod DeleteAsync(TUser)

Asynchronously deletes a user.

System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

System_CAPS_pubmethod FindByIdAsync(TKey)

Asynchronously finds a user using the specified identifier.

System_CAPS_pubmethod FindByNameAsync(String)

Asynchronously finds a user by name.

System_CAPS_pubmethod UpdateAsync(TUser)

Asynchronously updates a user.

See Also

IUserStore<TUser, TKey> Interface
Microsoft.AspNet.Identity Namespace

Return to top