Click or drag to resize

StartupSettingsBaseAuthenticationPersistor Property

Custom implementation of IAuthenticationPersistor for persist user identification in SignatureSession and restore it.

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public IAuthenticationPersistor AuthenticationPersistor { get; set; }

Property Value

Type: IAuthenticationPersistor
Remarks
If not specified (is null), use default implementation, see description of GetCurrentUserIdentification and RestoreUser(String).
See Also