IClaimsIdentityFactory<TUser, TKey> Interface
Defines the method a factory must implement to asynchronously create a claims identity from an IUser.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | CreateAsync(UserManager<TUser, TKey>, TUser, String) | Asynchronously creates a claims identity from a user using a user manager. |
Show:
