Click or drag to resize

MemoryCachePersistorGetExpiredSessionsId Method

Get all expired signature session items in the memory cache for cleaning cache.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected override string[] GetExpiredSessionsId()

Return Value

Type: String
An array of IDs of expired signature session items.
See Also