Click or drag to resize

StartupSettings Class

Extended information for configuration WebSigner module during initializing web application in .NET Framework ASP.NET WebForms or MVC.
Inheritance Hierarchy

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

The StartupSettings type exposes the following members.

Constructors
  NameDescription
Public methodStartupSettings
Base constructor.
Top
Properties
  NameDescription
Public propertyApiControllerExceptionCallback
Public propertyApplicationName
Name of application that is displayed in client window for selecting a certificate.
Public propertyAuthenticationPersistor
Custom implementation of IAuthenticationPersistor for persist user identification in SignatureSession and restore it.
(Inherited from StartupSettingsBase.)
Public propertyCachePersistor
Custom implementation of cache persistor for store SignatureSession during process signing.
(Inherited from StartupSettingsBase.)
Public propertyCertificateAuthenticationProvider (Inherited from StartupSettingsBase.)
Public propertyGlobalConfigurationCallback
Custom delegate for configure host web application by method Configure(ActionHttpConfiguration).
Public propertyHelpCssUrl
Custom CSS style for the help page.
(Inherited from StartupSettingsBase.)
Public propertyLogoBitmap
Custom bitmap logo (for example in PNG format) for display in client window for selecting a certificate.
Public propertySigner
Host application implementation for callback functions.
Top
See Also