summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-07-28 07:24:57 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-07-28 07:24:57 -0700
commit148461a7fd9c6606ef85bcc1c6c7423e5aab959d (patch)
tree0965138d51fb9b25377f256c49f2b5d77bf566e4 /src
parentc7581e0cc1e30e14d04245c408b5f14cba24a1a8 (diff)
downloadDotNetOpenAuth-148461a7fd9c6606ef85bcc1c6c7423e5aab959d.zip
DotNetOpenAuth-148461a7fd9c6606ef85bcc1c6c7423e5aab959d.tar.gz
DotNetOpenAuth-148461a7fd9c6606ef85bcc1c6c7423e5aab959d.tar.bz2
Fixed compiler warnings.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs
index dbf6442..c584580 100644
--- a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs
+++ b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs
@@ -219,10 +219,10 @@ namespace DotNetOpenAuth.OpenId.RelyingParty {
None,
/// <summary>
- /// After the <see cref="OpenIdRelyingPartyControl.LoggedIn"/> event is fired
- /// the control automatically calls <see cref="FormsAuthentication.RedirectFromLoginPage"/>
+ /// After the <see cref="OpenIdRelyingPartyControlBase.LoggedIn"/> event is fired
+ /// the control automatically calls <see cref="System.Web.Security.FormsAuthentication.RedirectFromLoginPage(string, bool)"/>
/// with the <see cref="IAuthenticationResponse.ClaimedIdentifier"/> as the username
- /// unless the <see cref="OpenIdRelyingPartyControl.LoggedIn"/> event handler sets
+ /// unless the <see cref="OpenIdRelyingPartyControlBase.LoggedIn"/> event handler sets
/// <see cref="OpenIdEventArgs.Cancel"/> property to true.
/// </summary>
FormsAuthentication,