public DefaultTicketStore(
IMemoryCache memoryCache,
IOptionsMonitor<SessionCacheOptions> optionsMonitor
)Public Sub New (
memoryCache As IMemoryCache,
optionsMonitor As IOptionsMonitor(Of SessionCacheOptions)
)public:
DefaultTicketStore(
IMemoryCache^ memoryCache,
IOptionsMonitor<SessionCacheOptions^>^ optionsMonitor
)Gemstone.Web.Security.DefaultTicketStore = function(memoryCache, optionsMonitor);[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})"]