Click or drag to resize

IAuthenticationPersistor Interface

Interface for persist user identification in SignatureSession and restore it. If not specified custom implementation during startup, use default implementation.

Namespace:  ASDSoft.WebSigner.Server.Context
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public interface IAuthenticationPersistor

The IAuthenticationPersistor type exposes the following members.

Methods
  NameDescription
Public methodGetCurrentUserIdentification
Get identification of current user for store in SignatureSession.
Public methodRestoreUser
Restore User from serialized user identification for client application requests.
Top
See Also