Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 308 Bytes

3.0.0_Microsoft.AspNetCore.Server.HttpSys.md

File metadata and controls

12 lines (11 loc) · 308 Bytes

Microsoft.AspNetCore.Server.HttpSys

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