Click or drag to resize

StartupSettings Class

Extended information for configuration WebSigner module during initializing web application in ASP.NET Core.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.ServerStartupSettingsBase
    ASDSoft.WebSigner.Server.AspNetCoreStartupSettings

Namespace:  ASDSoft.WebSigner.Server.AspNetCore
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
Properties
  NameDescription
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 propertyHelpCssUrl
Custom CSS style for the help page.
(Inherited from StartupSettingsBase.)
Top
See Also