ReportExecutionService.Logoff 方法

定义

注销发出 Web 服务请求的当前用户。

public:
 void Logoff();
public void Logoff ();
member this.Logoff : unit -> unit
Public Sub Logoff ()

注解

下表显示了有关此操作的标头和权限信息。

SOAP 标头用法 (Out) ServerInfoHeaderValue
本机模式所需权限
SharePoint 模式所需权限

此方法仅适用于自定义安全扩展插件。 有关详细信息,请参阅 Web 服务身份验证

方法 Logoff 导致发出请求的用户的身份验证 Cookie 失效。

Logoff 必须通过安全套接字层 (SSL) 调用。 如果未安全调用该方法,该方法将失败。

适用于