Click or drag to resize

CredentialOptions Class

Linkar Framework for .NET and Core


Contains the necessary information to connect to the Database.
Inheritance Hierarchy
SystemObject
  LinkarCredentialOptions

Namespace: Linkar
Assembly: Linkar (in Linkar.dll) Version: 2.3.1
Syntax
public class CredentialOptions

The CredentialOptions type exposes the following members.

Constructors
 NameDescription
Public methodCredentialOptions Initializes a new instance of the CredentialOptions class
Public methodCredentialOptions(String, String, Int32, String, String, String, String, String) Initializes a new instance of the CredentialsOptions class
Top
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
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also