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