IClaimsIdentityFactory<TUser> Interface

 

Defines the method a factory must implement to create a claims identity from a user.

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

public interface IClaimsIdentityFactory<TUser>
where TUser : class, IUser

Type Parameters

TUser

The type of the user.

NameDescription
System_CAPS_pubmethodCreateAsync(UserManager<TUser>, TUser, String)

Creates a claims identity from a user using a user manager.

Return to top
Show: