ReportExecutionService.Logoff Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs out the current user making Web service requests.
public:
void Logoff();
public void Logoff ();
member this.Logoff : unit -> unit
Public Sub Logoff ()
Remarks
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | None |
This method only works with a Custom security extension. Please see Web Service Authentication for more information.
The Logoff method results in the invalidation of the authentication cookie for the user making the request.
Logoff must be called over Secure Sockets Layer (SSL). The method fails if it is not called securely.