public const string AuthenticationScheme (#1496)

This commit is contained in:
Pavel Krymets 2018-10-11 10:54:00 -07:00 committed by GitHub
parent 0e04527fb4
commit 1132cad70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@ namespace Microsoft.AspNetCore.Server.IIS
{
public class IISServerDefaults
{
public static readonly string AuthenticationScheme = "Windows";
public const string Negotiate = "Negotiate";
public const string Ntlm = "NTLM";
public const string AuthenticationScheme = "Windows";
}
}