ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner API Reference Documentation
ASDSoft.WebSigner.Server
StartupSettingsBase Class
StartupSettingsBase Properties
AuthenticationPersistor Property
CachePersistor Property
CertificateAuthenticationProvider Property
HelpCssUrl Property
StartupSettingsBase
AuthenticationPersistor 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#
Copy
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
Reference
StartupSettingsBase Class
ASDSoft.WebSigner.Server Namespace