We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae38fa commit 9e38620Copy full SHA for 9e38620
1 file changed
src/Microsoft.Owin/CookieOptions.cs
@@ -45,7 +45,7 @@ public CookieOptions()
45
/// <summary>
46
/// Gets or sets a value that indicates whether a cookie is accessible by client-side script.
47
/// </summary>
48
- /// <returns>true if a cookie is accessible by client-side script; otherwise, false.</returns>
+ /// <returns>false if a cookie is accessible by client-side script; otherwise, true.</returns>
49
public bool HttpOnly { get; set; }
50
51
0 commit comments