Class OpenIddictEntityFrameworkCoreApplicationStore<TContext, TKey>
Provides methods allowing to manage the applications stored in a database.
Inheritance
System.Object
OpenIddictEntityFrameworkCoreApplicationStore<OpenIddictEntityFrameworkCoreApplication<TKey>, OpenIddictEntityFrameworkCoreAuthorization<TKey>, OpenIddictEntityFrameworkCoreToken<TKey>, TContext, TKey>
OpenIddictEntityFrameworkCoreApplicationStore<TContext, TKey>
Inherited Members
Namespace: OpenIddict.EntityFrameworkCore
Assembly: cs.temp.dll.dll
Syntax
public class OpenIddictEntityFrameworkCoreApplicationStore<TContext, TKey> : OpenIddictEntityFrameworkCoreApplicationStore<OpenIddictEntityFrameworkCoreApplication<TKey>, OpenIddictEntityFrameworkCoreAuthorization<TKey>, OpenIddictEntityFrameworkCoreToken<TKey>, TContext, TKey> where TContext : DbContext where TKey : IEquatable<TKey>
Type Parameters
Name | Description |
---|---|
TContext | The type of the Entity Framework database context. |
TKey | The type of the entity primary keys. |
Constructors
OpenIddictEntityFrameworkCoreApplicationStore(IMemoryCache, TContext, IOptionsMonitor<OpenIddictEntityFrameworkCoreOptions>)
Declaration
public OpenIddictEntityFrameworkCoreApplicationStore(IMemoryCache cache, TContext context, IOptionsMonitor<OpenIddictEntityFrameworkCoreOptions> options)
Parameters
Type | Name | Description |
---|---|---|
IMemoryCache | cache | |
TContext | context | |
IOptionsMonitor<OpenIddictEntityFrameworkCoreOptions> | options |