<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/Site.Master" %> <%@ Import Namespace="OpenIdRelyingPartyWebForms" %> <%@ Register Src="~/MembersOnly/ProfileFieldsDisplay.ascx" TagPrefix="cc1" TagName="ProfileFieldsDisplay" %>

Members Only Area

Congratulations, . You have completed the OpenID login process.

<% if (State.PapePolicies != null) { %>

A PAPE extension was included in the authentication with this content:

<% } %> <% if (State.ProfileFields != null) { profileFieldsDisplay.ProfileValues = State.ProfileFields; %>

In addition to authenticating you, your OpenID Provider may have told us something about you using the Simple Registration extension:

<% } %>