| CachePersistorBaseDelete Method |
Remove signature session from cache.
Namespace:
ASDSoft.WebSigner.Server.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax public bool Delete(
string sessionId
)
Parameters
- sessionId
- Type: SystemString
The SessionId of signature session which deleting from cache. If signature session not found in cache, return .
Return Value
Type:
Boolean if signature session found and removed from the cache.
See Also