UserOnlyStore<TUser,TContext>(TContext, IdentityErrorDescriber) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Costruisce una nuova istanza di UserStore<TUser,TRole,TContext>.
public UserOnlyStore (TContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber describer = default);
public UserOnlyStore (TContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber? describer = default);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserOnlyStore<'User, 'Context (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<string> and 'Context :> Microsoft.EntityFrameworkCore.DbContext)> : 'Context * Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserOnlyStore<'User, 'Context (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<string> and 'Context :> Microsoft.EntityFrameworkCore.DbContext)>
Public Sub New (context As TContext, Optional describer As IdentityErrorDescriber = Nothing)
Parametri
- context
- TContext
Oggetto DbContext.
- describer
- IdentityErrorDescriber
Oggetto IdentityErrorDescriber.