Specifies the authentication mode used when making a connection to an ArcSDE geodatabase.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public enum AuthenticationMode
Visual Basic (Declaration)
Public Enumeration AuthenticationMode

Members

Member nameDescription
DBMS
Use database authentication.
OS
Use operating system authentication.

See Also