dotnet-core/release-notes/3.0/api-diff/Asp.Net/3.0.0_Microsoft.AspNetCore.Session.md
2019-10-10 13:57:00 -07:00

438 B

Microsoft.AspNetCore.Session

 {
     namespace Microsoft.AspNetCore.Builder {
         public class SessionOptions {
-            public string CookieDomain { get; set; }

-            public bool CookieHttpOnly { get; set; }

-            public string CookieName { get; set; }

-            public string CookiePath { get; set; }

-            public CookieSecurePolicy CookieSecure { get; set; }

         }
     }
 }