UserOnlyStore<TUser,TContext>(TContext, IdentityErrorDescriber) Конструктор

Определение

Создает новый экземпляр класса 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)

Параметры

context
TContext

DbContext.

Применяется к