Click or drag to resize

CredentialOptions Properties

Linkar Framework for .NET and Core


The CredentialOptions type exposes the following members.

Properties
 NameDescription
Public propertyEntryPoint The EntryPoint Name defined in Linkar Server.
Public propertyFreeText Free text that will appear in the Linkar MANAGER to identify in an easy way who is making the petition. For example if the call is made from a ERP, here we can write "MyERP".
Public propertyHost IP Address or hostname where Linkar Server is listening.
Public propertyLanguage Used to make the database routines know in which language they must answer. The Error messages coming from the Database are in English by default, but you can customize them.
Public propertyPassword Password of the user Linkar Server.
Public propertyPluginId Internal code to enable its use in Linkar Server. Used by Plugin developers.
Public propertyPort Port number where the EntryPoint keeps listening.
Public propertyUsername Linkar Server username.
Top
See Also