Click or drag to resize

ClientStartupParams Class

Information for initialize Javascript client
Inheritance Hierarchy

Namespace:  ASDSoft.WebSigner.Server.Browser
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[DataContractAttribute]
public class ClientStartupParams : ClientStartupParamsBase

The ClientStartupParams type exposes the following members.

Properties
  NameDescription
Public propertyBaseUri
Base URL of web application (root).
Public propertyCode exampleCultureInfo
Current user language.
(Inherited from ClientStartupParamsBase.)
Public propertyHelpCssUrl
Url for application customized CSS for help page.
Public propertyHelpUrl
Url for user help page.
Public propertyInstallerUrl
Url for download client installer file.
Public propertyProtocol
AsdWebSigner communication protocol version.
Public propertySessionId
Session ID for current signing request.
Top
See Also