DefaultTicketStore Constructor

Represents an in-memory storage mechanism for authentication tickets.

Definition

Namespace: Gemstone.Web.Security
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.169 -- Release Build+8faf1ecac713d04b6f66b1362cad3fcad71f0c24
public DefaultTicketStore(
	IMemoryCache memoryCache,
	IOptionsMonitor<SessionCacheOptions> optionsMonitor
)

Parameters

memoryCache  IMemoryCache
The cache in which tickets will be stored
optionsMonitor  IOptionsMonitorSessionCacheOptions

[Missing <param name="optionsMonitor"/> documentation for "M:Gemstone.Web.Security.DefaultTicketStore.#ctor(Microsoft.Extensions.Caching.Memory.IMemoryCache,Microsoft.Extensions.Options.IOptionsMonitor{Gemstone.Web.Security.SessionCacheOptions})"]

See Also