LoginWindows class

The LoginWindows class is used only in multi-authentication (claims- and Forms-based) environments for ASMX applications.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcLoginWindows.LoginWindows

Namespace:  WebSvcLoginWindows
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "LoginWindowsSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/LoginWindows/")> _
Public Class LoginWindows _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As LoginWindows
[WebServiceBindingAttribute(Name = "LoginWindowsSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/LoginWindows/")]
public class LoginWindows : SoapHttpClientProtocol

Remarks

The LoginWindows class is not used in Microsoft Project Server 2013 installations that have only claims authentication. Because of claims authentication, integrated Windows authentication works without a call to the Login() method in Windows Communication Foundation (WCF) applications.

For more information about developing ASMX-based applications in a multi-authentication environment, see Prerequisites for ASMX-based code samples in Project 2013.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LoginWindows members

WebSvcLoginWindows namespace