共用方式為


ApiAuthorizationDbContext<TUser>.Keys 屬性

定義

取得或設定 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)

屬性值

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

實作

Duende.IdentityServer.EntityFramework.Interfaces.IPersistedGrantDbContext.Keys

適用於