2 writes to m_LastProtocolName
System (2)
net\System\Net\_NTAuthentication.cs (2)
265
m_LastProtocolName
= ProtocolName;
274
m_LastProtocolName
= ProtocolName;
4 references to m_LastProtocolName
System (4)
net\System\Net\_NTAuthentication.cs (4)
264
if (
m_LastProtocolName
== null)
267
return (object)
m_LastProtocolName
== (object) NegotiationInfoClass.Kerberos;
273
if (
m_LastProtocolName
== null)
276
return (object)
m_LastProtocolName
== (object) NegotiationInfoClass.NTLM;