다음을 통해 공유


ApiAuthorizationDbContext<TUser>.PersistedGrants 속성

정의

DbSet<TEntity>를 가져오거나 설정합니다.

public:
 property Microsoft::EntityFrameworkCore::DbSet<IdentityServer4::EntityFramework::Entities::PersistedGrant ^> ^ PersistedGrants { Microsoft::EntityFrameworkCore::DbSet<IdentityServer4::EntityFramework::Entities::PersistedGrant ^> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<IdentityServer4::EntityFramework::Entities::PersistedGrant ^> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<IdentityServer4.EntityFramework.Entities.PersistedGrant> PersistedGrants { get; set; }
public Microsoft.EntityFrameworkCore.DbSet<Duende.IdentityServer.EntityFramework.Entities.PersistedGrant> PersistedGrants { get; set; }
member this.PersistedGrants : Microsoft.EntityFrameworkCore.DbSet<IdentityServer4.EntityFramework.Entities.PersistedGrant> with get, set
member this.PersistedGrants : Microsoft.EntityFrameworkCore.DbSet<Duende.IdentityServer.EntityFramework.Entities.PersistedGrant> with get, set
Public Property PersistedGrants As DbSet(Of PersistedGrant)

속성 값

DbSet<IdentityServer4.EntityFramework.Entities.PersistedGrant>
DbSet<Duende.IdentityServer.EntityFramework.Entities.PersistedGrant>

구현

IdentityServer4.EntityFramework.Interfaces.IPersistedGrantDbContext.PersistedGrants Duende.IdentityServer.EntityFramework.Interfaces.IPersistedGrantDbContext.PersistedGrants

적용 대상