Click or drag to resize

StartupInitialize 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.AspNetStartupSettings
Information for configuration WebSigner module during initializing web application.
signer
Type: ASDSoft.WebSigner.ServerSignerBase
Instance of implementation SignerBase
See Also