Compartir a través de


ApiAuthorizationDbContext<TUser>.Keys Propiedad

Definición

Obtiene o establece el 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)

Valor de propiedad

DbSet<Duende.IdentityServer.EntityFramework.Entities.Key>

Implementaciones

Duende.IdentityServer.EntityFramework.Interfaces.IPersistedGrantDbContext.Keys

Se aplica a