StartupSettings Class |
Namespace: ASDSoft.WebSigner.Server.AspNet
public class StartupSettings : StartupSettingsBase
The StartupSettings type exposes the following members.
Name | Description | |
---|---|---|
StartupSettings |
Base constructor.
|
Name | Description | |
---|---|---|
ApiControllerExceptionCallback | ||
ApplicationName |
Name of application that is displayed in client window for selecting a certificate.
| |
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.) | |
GlobalConfigurationCallback |
Custom delegate for configure host web application by method Configure(ActionHttpConfiguration).
| |
HelpCssUrl |
Custom CSS style for the help page.
(Inherited from StartupSettingsBase.) | |
LogoBitmap |
Custom bitmap logo (for example in PNG format) for display in client window for selecting a certificate.
| |
Signer |
Host application implementation for callback functions.
|