The class extends the HttpServerConnection class allowing to connect to Innovator server that is configured to use Windows authentication instead of Innovator's database authentication.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public class WinAuthHttpServerConnection : HttpServerConnection
Visual Basic (Declaration)
Public Class WinAuthHttpServerConnection _
	Inherits HttpServerConnection
J#
public class WinAuthHttpServerConnection extends HttpServerConnection
JScript
public class WinAuthHttpServerConnection extends HttpServerConnection

Remarks

The class is supposed to be used only when Innovator server is configured to use native Windows authentication. The class uses credentials of the user that is currently logged on the client machine. It connects to the special aspx on server (Innovator\Client\scripts\IOMLogin.aspx) that must be setup to use Windows authentication and not use anonymous access (for more info see: http://www.aras.com/university/TechNotes/ActiveDirectory%20Configuration%20Notes.pdf and "Login Hooks.doc" that is a part of the documentation for every release).

Inheritance Hierarchy

System..::.Object
  Aras.IOM..::.ServerConnectionBase
    Aras.IOM..::.HttpServerConnection
      Aras.IOM..::.WinAuthHttpServerConnection

See Also