LoginWindows.Logoff Method
Log off a user in ASMX-based applications in a multi-authentication (claims- and Forms-based) environment.
Namespace: [LoginWindows Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LoginWindows.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LoginWindows.asmx?wsdl
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/LoginWindows/Logoff", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/LoginWindows/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/LoginWindows/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub Logoff
'Usage
Dim instance As LoginWindows
instance.Logoff()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/LoginWindows/Logoff", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/LoginWindows/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/LoginWindows/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void Logoff()
Remarks
Applications can use integrated Windows authentication automatically through Claims authentication.