﻿<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="disconnect.aspx.cs" Inherits="Microsoft.Management.PowerShellWebAccess.Primitives.Disconnect" MasterPageFile="~/FormLayout.Master" %>
<asp:Content ID="MainContent" ContentPlaceHolderID="MainContent" runat="server">
    <h2 id="successfullyDisconnect" class="header">你已成功注销。</h2>
    <p id="closeWindow">已成功将 Windows PowerShell Web 访问会话断开连接。在会话过期之前，你可以从任何 PowerShell 主机中重新连接到该会话。
    <br /><br />为了提高安全性，请关闭该窗口。或者，你也可以返回到<a id="logonLink" href="./logon.aspx">登录页面</a>。</p>
    <div class="push"></div>
</asp:Content>
