Click or drag to resize

FileCachePersistorDeleteInternal Method

Delete signature session file from folder.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected override void DeleteInternal(
	string sessionId
)

Parameters

sessionId
Type: SystemString
The SessionId of the signature session which file deleting. If file not found in the folder, the exception not thrown.
See Also