Click or drag to resize

StartupSettingsBase Class

Information for configuration WebSigner module during initializing web application.
Inheritance Hierarchy

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public abstract class StartupSettingsBase

The StartupSettingsBase type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAuthenticationPersistor
Custom implementation of IAuthenticationPersistor for persist user identification in SignatureSession and restore it.
Public propertyCachePersistor
Custom implementation of cache persistor for store SignatureSession during process signing.
Public propertyCertificateAuthenticationProvider
Public propertyHelpCssUrl
Custom CSS style for the help page.
Top
See Also