UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken,TUserPasskey>.UserLogins Property

Definition

DbSet of user logins.

protected Microsoft.EntityFrameworkCore.DbSet<TUserLogin> UserLogins { get; }
member this.UserLogins : Microsoft.EntityFrameworkCore.DbSet<'UserLogin (requires 'UserLogin :> Microsoft.AspNetCore.Identity.IdentityUserLogin<'Key> and 'UserLogin : (new : unit -> 'UserLogin))>
Protected ReadOnly Property UserLogins As DbSet(Of TUserLogin)

Property Value

DbSet<TUserLogin>

Applies to