WebSvcLoginWindows 名前空間

The LoginWindows class is the primary class in the WebSvcLoginWindows namespace. The LoginWindows class is used only in multi-authentication (claims- and forms-based) environments for ASMX-based applications.

注意

In the ASMX web service, LoginWindows is a class. In the WCF service, LoginWindows is an interface that is implemented in the LoginWindowsClient class. For information about using the LoginWindowsClient class in a WCF-based application, see the Project class constructor.

The LoginWindows class is not used in Project Server installations that have only claims authentication. Because of claims authentication, integrated Windows authentication works without a call to the Login method in WCF-based applications.

The LoginWindows class in the web service includes only the Login and Logoff methods. A separate LoginWindows.asmx file is included in each Project Web App virtual site in a SharePoint farm. WebSvcLoginWindows is available only through Project Web App; it is not one of the services in the Project service application that is hosted on the SharePoint web Services site.

For logon and logoff with Forms authentication, see WebSvcLoginForms.

For more information about developing ASMX-based applications in a multi-authentication environment, see Project 2013 での ASMX ベースのコード サンプルの前提条件.

クラス

  クラス 説明
パブリック クラス LoginWindows LoginWindows クラスは、複数認証 (クレーム認証およびフォームベース認証) の環境でのみ ASMX アプリケーションに使用されます。