ApplicationUser..::..GenerateUserIdentityAsync Method
Generates the user identity asynchronously.
Namespace:
FLEXYGO.Authentication.IdentityAssembly: flxAuthentication (in flxAuthentication.dll)
Syntax
public Task<ClaimsIdentity> GenerateUserIdentityAsync( ApplicationUserManager manager )
Public Function GenerateUserIdentityAsync ( _ manager As ApplicationUserManager _ ) As Task(Of ClaimsIdentity)
Parameters
- manager
- Type: FLEXYGO.Authentication.Identity..::..ApplicationUserManager
The manager.