StartupSettings Class | 
Namespace: ASDSoft.WebSigner.Server.AspNetCore
public class StartupSettings : StartupSettingsBase
The StartupSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| StartupSettings(IApiApplicationConfiguration) | 
            Constructor for setting applications used by REST API.
              | |
| StartupSettings(String, Byte) | 
            Constructor for setting default application
              | |
| StartupSettings(IApiApplicationConfiguration, String, Byte) | 
            Constructor for combine settings of default application and applications used by REST API.
              | 
| Name | Description | |
|---|---|---|
| AuthenticationPersistor | 
            Custom implementation of IAuthenticationPersistor for persist user identification in SignatureSession and restore it.
              (Inherited from StartupSettingsBase.) | |
| CachePersistor | 
            Custom implementation of cache persistor for store SignatureSession during process signing.
              (Inherited from StartupSettingsBase.) | |
| CertificateAuthenticationProvider | 
            Implementation of ICertificateAuthenticationProvider, see description of Authenticate(X509Certificate2, SignatureInfo)  (Inherited from StartupSettingsBase.) | |
| HelpCssUrl | 
            Custom CSS style for the help page.
              (Inherited from StartupSettingsBase.) |