The method implements the login to Innovator that is configured to use Windows authentication.

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

Syntax

C#
public override Item Login()
Visual Basic (Declaration)
Public Overrides Function Login As Item
J#
public Item Login()
JScript
public override function Login() : Item

Return Value

"error" item if login failed; otherwise item representing logged-in user.

Remarks

The method does more that one request to the server: first it gets from the server encrypted user credentials that are lately used in sending "ValidateUser" request to the server.

See Also