IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.UserTokens Proprietà
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.
Ottiene o imposta l'oggetto DbSet<TEntity> dei token utente.
public:
property Microsoft::EntityFrameworkCore::DbSet<TUserToken> ^ UserTokens { Microsoft::EntityFrameworkCore::DbSet<TUserToken> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TUserToken> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<TUserToken> UserTokens { get; set; }
member this.UserTokens : Microsoft.EntityFrameworkCore.DbSet<'UserToken (requires 'UserToken :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserToken<'Key>)> with get, set
Public Property UserTokens As DbSet(Of TUserToken)
Valore della proprietà
DbSet<TUserToken>