Click or drag to resize

IApiApplicationConfiguration Interface

Only for internal use.

Namespace:  ASDSoft.WebSigner.Server.Api.Configuration
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public interface IApiApplicationConfiguration

The IApiApplicationConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAppHost
Calling application server host (protocol+domain) for allow CORS, if WebSigner API using different host than calling application.
Public propertyAuthToken
Authentication token for identified application.
Public propertyLogoBitmap
Specific logo. See ASDSoft.WebSigner.Server.AspNet.StartupSettings.LogoBitmap
Public propertyName
Unique name of application.
Public propertyWebSignerHost
Target WebSigner API server host (protocol+domain) used from client/browser, if diferent than host used for calling ApiController.CreateSignatureSession.
Top
See Also