8 references to ProtocolName
System (8)
net\System\Net\_NTAuthentication.cs (3)
265
m_LastProtocolName =
ProtocolName
;
274
m_LastProtocolName =
ProtocolName
;
656
string name =
ProtocolName
; // cache the only info needed from a completed context before closing it
net\System\Net\HttpListener.cs (2)
1693
WindowsPrincipal windowsPrincipal = new WindowsPrincipal(CreateWindowsIdentity(userContext.DangerousGetHandle(), context.
ProtocolName
, WindowsAccountType.Normal, true));
1697
if (UnsafeConnectionNtlmAuthentication && context.
ProtocolName
== NegotiationInfoClass.NTLM)
net\System\Net\SecureProtocols\_NegoState.cs (3)
305
return (_Context.IsDelegationFlag && _Context.
ProtocolName
!= NegotiationInfoClass.NTLM) ? TokenImpersonationLevel.Delegation
330
protocol = _Context.
ProtocolName
;
336
string authtype = _Context.
ProtocolName
;