summaryrefslogtreecommitdiffstats
path: root/samples/InfoCardRelyingParty/Default.aspx
blob: 2962605047c51ced3d50ff40a2244f0c363710ca (plain)
1
2
3
4
5
6
7
8
9
10
11
<%@ Page Title="" Language="VB" MasterPageFile="~/Site.Master" %>

<script runat="server">

</script>

<asp:Content ID="Content2" ContentPlaceHolderID="Main" runat="Server">
	<h2>InfoCard Relying Party </h2>
	<p>Visit the <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/MembersOnly/Default.aspx"
		Text="Members Only" /> area. (This will trigger a login demo). </p>
</asp:Content>