ApiAuthorizationDbContext<TUser>.Keys Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit DbSet<TEntity>.
public Microsoft.EntityFrameworkCore.DbSet<Duende.IdentityServer.EntityFramework.Entities.Key> Keys { get; set; }
member this.Keys : Microsoft.EntityFrameworkCore.DbSet<Duende.IdentityServer.EntityFramework.Entities.Key> with get, set
Public Property Keys As DbSet(Of Key)
Valeur de propriété
DbSet<Duende.IdentityServer.EntityFramework.Entities.Key>
Implémente
Duende.IdentityServer.EntityFramework.Interfaces.IPersistedGrantDbContext.Keys