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

882 B

Microsoft.AspNetCore.Authentication.Cookies

 {
     namespace Microsoft.AspNetCore.Authentication.Cookies {
         public class CookieAuthenticationOptions : AuthenticationSchemeOptions {
-            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; }

         }
     }
-    namespace Microsoft.AspNetCore.Builder {
 {
-        public static class CookieAppBuilderExtensions {
 {
-            public static IApplicationBuilder UseCookieAuthentication(this IApplicationBuilder app);

-            public static IApplicationBuilder UseCookieAuthentication(this IApplicationBuilder app, CookieAuthenticationOptions options);

-        }
-    }
 }