LoginWindows::Login method
Office 2013 and later
Log on a user in ASMX-based applications for a Microsoft Project Server 2013 installation that has multi-authentication (claims- and Forms-based authentication).
Namespace: WebSvcLoginWindows
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Return value
Type: System.BooleanBecause of claims authentication for Windows applications, the Login method in applications based on Windows Communication Foundation (WCF) always returns false; no SOAP exceptions are returned.
Note |
|---|
The Login method should not be used for applications that use WCF or that access the PSI on a Project Server installation that uses only claims authentication. Applications can use integrated Windows authentication automatically through claims authentication. |
For more information about developing ASMX-based applications in a multi-authentication environment, see Prerequisites for ASMX-based code samples in Project 2013.
Show:
Note