Forgotten summary tag

This commit is contained in:
Justin Kotalik 2016-06-16 13:40:16 -07:00
parent 219ef7450b
commit 4f3d984f87
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ namespace Microsoft.AspNetCore.Builder
/// <summary>
/// Determines if the cookie should only be transmitted on HTTPS requests.
/// </summary>
public CookieSecurePolicy CookieSecure { get; set; } = CookieSecurePolicy.None;
/// <summary>