UserStore<TUser>(DbContext, IdentityErrorDescriber) 생성자

정의

UserStore<TUser>의 새 인스턴스를 생성합니다.

public UserStore (Microsoft.EntityFrameworkCore.DbContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber describer = default);
public UserStore (Microsoft.EntityFrameworkCore.DbContext context, Microsoft.AspNetCore.Identity.IdentityErrorDescriber? describer = default);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<string> and 'User : (new : unit -> 'User))> : Microsoft.EntityFrameworkCore.DbContext * Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser<string> and 'User : (new : unit -> 'User))>
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<string> and 'User : (new : unit -> 'User))> : Microsoft.EntityFrameworkCore.DbContext * Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<string> and 'User : (new : unit -> 'User))>
Public Sub New (context As DbContext, Optional describer As IdentityErrorDescriber = Nothing)

매개 변수

적용 대상