StartupSettingsBase Class |
Namespace: ASDSoft.WebSigner.Server
public abstract class StartupSettingsBase
The StartupSettingsBase type exposes the following members.
Name | Description | |
---|---|---|
StartupSettingsBase(IApiApplicationConfiguration) |
Constructor for setting applications used by REST API.
| |
StartupSettingsBase(String, Byte) |
Constructor for setting default application
| |
StartupSettingsBase(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.
| |
CachePersistor |
Custom implementation of cache persistor for store SignatureSession during process signing.
| |
CertificateAuthenticationProvider |
Implementation of ICertificateAuthenticationProvider, see description of Authenticate(X509Certificate2, SignatureInfo) | |
HelpCssUrl |
Custom CSS style for the help page.
|