3 implementations of Protocol
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
55public string Protocol
Microsoft.AspNetCore.Authentication.Negotiate.Test (2)
EventTests.cs (1)
495public string Protocol
NegotiateHandlerTests.cs (1)
519public string Protocol
4 references to Protocol
Microsoft.AspNetCore.Authentication.Negotiate (4)
NegotiateHandler.cs (4)
202if (_negotiateState.Protocol == "NTLM" && !Options.PersistNtlmCredentials) 208Logger.DisablingCredentialPersistence(_negotiateState.Protocol); 212else if (_negotiateState.Protocol == "Kerberos") 225Logger.DisablingCredentialPersistence(_negotiateState.Protocol);