1 implementation of Protocol
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateState.cs (1)
71
public string
Protocol
4 references to Protocol
Microsoft.AspNetCore.Authentication.Negotiate (4)
NegotiateHandler.cs (4)
204
if (_negotiateState.
Protocol
== "NTLM" && !Options.PersistNtlmCredentials)
210
Logger.DisablingCredentialPersistence(_negotiateState.
Protocol
);
214
else if (_negotiateState.
Protocol
== "Kerberos")
227
Logger.DisablingCredentialPersistence(_negotiateState.
Protocol
);