diff options
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/OAuthIdentity.cs')
-rw-r--r-- | samples/DotNetOpenAuth.ApplicationBlock/OAuthIdentity.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/OAuthIdentity.cs b/samples/DotNetOpenAuth.ApplicationBlock/OAuthIdentity.cs index 4b6d76b..ea9ec0b 100644 --- a/samples/DotNetOpenAuth.ApplicationBlock/OAuthIdentity.cs +++ b/samples/DotNetOpenAuth.ApplicationBlock/OAuthIdentity.cs @@ -32,7 +32,7 @@ namespace DotNetOpenAuth.ApplicationBlock { /// <summary> /// Gets the type of authentication used. /// </summary> - /// <value>"OAuth"</value> + /// <value>The constant "OAuth"</value> /// <returns> /// The type of authentication used to identify the user. /// </returns> @@ -41,9 +41,9 @@ namespace DotNetOpenAuth.ApplicationBlock { } /// <summary> - /// Gets a value that indicates whether the user has been authenticated. + /// Gets a value indicating whether the user has been authenticated. /// </summary> - /// <value><c>true</c></value> + /// <value>The value <c>true</c></value> /// <returns>true if the user was authenticated; otherwise, false. /// </returns> public bool IsAuthenticated { |