summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.ClientAuthorization
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-31 16:10:16 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-31 16:10:16 -0700
commitefddcdeeea5f5793760291e39fa80183c4450194 (patch)
treef94e182f9a024f528165b67d436e0aac1a0d11ed /src/DotNetOpenAuth.OAuth2.ClientAuthorization
parent59bce425ab8eb11b7a318bb857bc3efb9c7c448a (diff)
downloadDotNetOpenAuth-efddcdeeea5f5793760291e39fa80183c4450194.zip
DotNetOpenAuth-efddcdeeea5f5793760291e39fa80183c4450194.tar.gz
DotNetOpenAuth-efddcdeeea5f5793760291e39fa80183c4450194.tar.bz2
Fixes StyleCop issue.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.ClientAuthorization')
-rw-r--r--src/DotNetOpenAuth.OAuth2.ClientAuthorization/OAuth2/AccessTokenParameters.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.ClientAuthorization/OAuth2/AccessTokenParameters.cs b/src/DotNetOpenAuth.OAuth2.ClientAuthorization/OAuth2/AccessTokenParameters.cs
index 21702d7..a6d6169 100644
--- a/src/DotNetOpenAuth.OAuth2.ClientAuthorization/OAuth2/AccessTokenParameters.cs
+++ b/src/DotNetOpenAuth.OAuth2.ClientAuthorization/OAuth2/AccessTokenParameters.cs
@@ -37,7 +37,7 @@ namespace DotNetOpenAuth.OAuth2 {
public TimeSpan AccessTokenLifetime { get; set; }
/// <summary>
- /// Gets the crypto service provider with the asymmetric private key to use for signing access tokens.
+ /// Gets or sets the crypto service provider with the asymmetric private key to use for signing access tokens.
/// </summary>
/// <returns>A crypto service provider instance that contains the private key.</returns>
/// <value>Must not be null, and must contain the private key.</value>