AuthenticationService.Logout 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
清除浏览器中的身份验证票证 (Cookie)。
public:
void Logout();
[System.ServiceModel.OperationContract]
public void Logout ();
[<System.ServiceModel.OperationContract>]
member this.Logout : unit -> unit
Public Sub Logout ()
- 属性
注解
方法 Logout 从浏览器的 Cookie 集合中清除身份验证 Cookie。 用户必须再次登录才能进行身份验证。
类 AuthenticationService 不会在服务器上存储有关已清除身份验证票证的信息。
注意
不要从在 Web 服务器上执行的代码调用 Logout 方法。 仅作为 WCF 服务的一部分调用 Logout 方法。 有关详细信息,请参阅 ASP.NET 身份验证。