Click or drag to resize

StartupSettings Constructor

Base constructor.

Namespace:  ASDSoft.WebSigner.Server.AspNet
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public StartupSettings(
	string applicationName,
	SignerBase signer
)

Parameters

applicationName
Type: SystemString
Name of application that is displayed in client window for selecting a certificate.
signer
Type: ASDSoft.WebSigner.ServerSignerBase
Host application implementation for callback functions.
See Also