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

적용 대상