UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,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.
DbSet di token utente.
protected:
property Microsoft::EntityFrameworkCore::DbSet<TUserToken> ^ UserTokens { Microsoft::EntityFrameworkCore::DbSet<TUserToken> ^ get(); };
protected Microsoft.EntityFrameworkCore.DbSet<TUserToken> UserTokens { get; }
member this.UserTokens : Microsoft.EntityFrameworkCore.DbSet<'UserToken (requires 'UserToken :> Microsoft.AspNetCore.Identity.IdentityUserToken<'Key> and 'UserToken : (new : unit -> 'UserToken))>
Protected ReadOnly Property UserTokens As DbSet(Of TUserToken)
Valore della proprietà
DbSet<TUserToken>