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