Click or drag to resize

Startup.Initialize Method

Only for internal use.

Namespace:  ASDSoft.WebSigner.Server.AspNet
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.3.0
Syntax
C#
public override void Initialize(
	StartupSettings settings,
	SignerBase signer
)

Parameters

settings
Type: ASDSoft.WebSigner.Server.AspNet.StartupSettings
Information for configuration WebSigner module during initializing web application.
signer
Type: ASDSoft.WebSigner.Server.SignerBase
Instance of implementation SignerBase
See Also