1 implementation of Protocol
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
55public string Protocol
4 references to Protocol
Microsoft.AspNetCore.Authentication.Negotiate (4)
NegotiateHandler.cs (4)
205if (_negotiateState.Protocol == "NTLM" && !Options.PersistNtlmCredentials) 211Logger.DisablingCredentialPersistence(_negotiateState.Protocol); 215else if (_negotiateState.Protocol == "Kerberos") 228Logger.DisablingCredentialPersistence(_negotiateState.Protocol);