Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
Remove display name for Negotiate and Ntlm
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy committed Dec 10, 2015
1 parent e62767a commit 41cd7bf
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
};
}
Expand Down

0 comments on commit 41cd7bf

Please sign in to comment.