You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.Authentication.Cookies/CookieAuthenticationOptions.cs
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -176,19 +176,6 @@ public CookieBuilder Cookie
176
176
[Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is "+nameof(Cookie)+"."+nameof(CookieBuilder.Path)+".")]
/// This property is obsolete and will be removed in a future version. The recommended alternative is <seealso cref="CookieBuilder.SameSite"/> on <see cref="Cookie"/>.
182
-
/// </para>
183
-
/// <para>
184
-
/// Determines if the browser should allow the cookie to be attached to same-site or cross-site requests. The
185
-
/// default is Lax, which means the cookie is only allowed to be attached to cross-site requests using safe
186
-
/// HTTP methods and same-site requests.
187
-
/// </para>
188
-
/// </summary>
189
-
[Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is "+nameof(Cookie)+"."+nameof(CookieBuilder.SameSite)+".")]
/// This property is obsolete and will be removed in a future version. The recommended alternative is <seealso cref="CookieBuilder.HttpOnly"/> on <see cref="Cookie"/>.
0 commit comments