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

適用対象