UserStore<TUser,TRole,TContext> Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Construit une nouvelle instance de UserStore<TUser,TRole,TContext>.
public UserStore (TContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber describer = default);
public UserStore (TContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber? describer = default);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User, 'Role, 'Context (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<string> and 'Role :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<string> and 'Context :> Microsoft.EntityFrameworkCore.DbContext)> : 'Context * Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User, 'Role, 'Context (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<string> and 'Role :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole<string> and 'Context :> Microsoft.EntityFrameworkCore.DbContext)>
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User, 'Role, 'Context (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<string> and 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<string> and 'Context :> Microsoft.EntityFrameworkCore.DbContext)> : 'Context * Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User, 'Role, 'Context (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<string> and 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<string> and 'Context :> Microsoft.EntityFrameworkCore.DbContext)>
Public Sub New (context As TContext, Optional describer As IdentityErrorDescriber = Nothing)
Paramètres
- context
- TContext
L’DbContextopérateur
- describer
- IdentityErrorDescriber
L’IdentityErrorDescriberopérateur