Click or drag to resize

FileCachePersistorGetFileInfo Method

Construct path for signature session file.

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

Parameters

sessionId
Type: SystemString
The SessionId of the SignatureSession.

Return Value

Type: FileInfo
Path for signature session file.
See Also