1 write to UnsafeConnectionNtlmAuthentication
System.ServiceModel (1)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
548listener.UnsafeConnectionNtlmAuthentication = this.unsafeConnectionNtlmAuthentication;
5 references to UnsafeConnectionNtlmAuthentication
System (5)
net\System\Net\HttpListener.cs (4)
1348if (UnsafeConnectionNtlmAuthentication) 1697if (UnsafeConnectionNtlmAuthentication && context.ProtocolName == NegotiationInfoClass.NTLM) 1710if (UnsafeConnectionNtlmAuthentication) 2798(m_HttpListener.UnsafeConnectionNtlmAuthentication))
net\System\Net\HttpListenerContext.cs (1)
211(!m_Listener.UnsafeConnectionNtlmAuthentication))