Click or drag to resize
weroSoft AG, Software
ServerConnectionInfoAuthenticationType Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets or sets the authentication type for the communication.

Namespace:  WeroSoft.Triton.Security
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public int AuthenticationType { get; set; }

Property Value

Type: Int32
Remarks
The representation of this value shall be interpreted the following way: Value 0 means no definition available.Value 1 means no authentication.Value 2 means Windows authentication.Value 3 means use this credentials for authentication.
See Also