IdentityBuilder.AddSignInManager<TSignInManager> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a SignInManager<TUser> for the .
public:
generic <typename TSignInManager>
where TSignInManager : class virtual Microsoft::AspNetCore::Identity::IdentityBuilder ^ AddSignInManager();
public virtual Microsoft.AspNetCore.Identity.IdentityBuilder AddSignInManager<TSignInManager> () where TSignInManager : class;
abstract member AddSignInManager : unit -> Microsoft.AspNetCore.Identity.IdentityBuilder (requires 'SignInManager : null)
override this.AddSignInManager : unit -> Microsoft.AspNetCore.Identity.IdentityBuilder (requires 'SignInManager : null)
Public Overridable Function AddSignInManager(Of TSignInManager As Class) () As IdentityBuilder
Type Parameters
- TSignInManager
The type of the sign in manager to add.
Returns
The current IdentityBuilder instance.