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 方法。 您只會呼叫 Logout 方法做為 WCF 服務的一部分。 如需詳細資訊,請參閱 ASP.NET 驗證。