diff --git a/src/Microsoft.AspNet.IISPlatformHandler/IISPlatformHandlerOptions.cs b/src/Microsoft.AspNet.IISPlatformHandler/IISPlatformHandlerOptions.cs index 42158f60a..ec19cef21 100644 --- a/src/Microsoft.AspNet.IISPlatformHandler/IISPlatformHandlerOptions.cs +++ b/src/Microsoft.AspNet.IISPlatformHandler/IISPlatformHandlerOptions.cs @@ -28,13 +28,11 @@ public class IISPlatformHandlerOptions { new AuthenticationDescription() { - AuthenticationScheme = IISPlatformHandlerDefaults.Negotiate, - DisplayName = IISPlatformHandlerDefaults.Negotiate + AuthenticationScheme = IISPlatformHandlerDefaults.Negotiate }, new AuthenticationDescription() { - AuthenticationScheme = IISPlatformHandlerDefaults.Ntlm, - DisplayName = IISPlatformHandlerDefaults.Ntlm + AuthenticationScheme = IISPlatformHandlerDefaults.Ntlm } }; }