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.166 -- Release Build+4a305edb6f8467fec4d04bc8edb60d0dcc31a9ba
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