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

309 B

Microsoft.AspNetCore.Server.HttpSys

 {
     namespace Microsoft.AspNetCore.Server.HttpSys {
         public static class HttpSysDefaults {
-            public static readonly string AuthenticationScheme;
+            public const string AuthenticationScheme = "Windows";
         }
     }
 }