public const string AuthenticationScheme (#1496)
This commit is contained in:
parent
0e04527fb4
commit
1132cad70b
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue