<%@ Page language="c#" AutoEventWireup="false" ValidateRequest="false" %> <%@ OutputCache Location="None" %> <%@ Import Namespace="System.Web" %> <%@ Import Namespace="System.Web.Security.SingleSignOn" %> <%@ Import Namespace="System.Data" %> Sign Out
<%=Context.Request.Url.GetLeftPart(UriPartial.Path)%>
<%=LSAuthenticationObject.Current.FormContext.CurrentAction.ToString()%>
<% LSAuthenticationObject logonServer = LSAuthenticationObject.Current; LSCleanupFormContext cc = ((LSCleanupFormContext)logonServer.FormContext); ApplicationsRepeater.DataSource = cc.Applications; ApplicationsRepeater.DataBind(); ForeignRealmsRepeater.DataSource = cc.ForeignRealms; ForeignRealmsRepeater.DataBind(); %>

Signed out of <%=Context.Request.Url.Host%>.

<%# DataBinder.Eval(Container.DataItem, LSCleanupFormContext.DisplayNameColumn) %>
Signing out from realm <%# DataBinder.Eval(Container.DataItem, LSCleanupFormContext.DisplayNameColumn) %>