Share via


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

适用于