4 references to InitIdentify
System (4)
net\System\Net\_AuthenticationManagerBase.cs (1)
117ContextFlags clientFlags = ContextFlags.Connection | ContextFlags.InitIdentify;
net\System\Net\_NTAuthentication.cs (2)
218return (m_ContextFlags & (m_IsServer?ContextFlags.AcceptIdentify:ContextFlags.InitIdentify)) != 0; 360contextFlags |= ContextFlags.InitIdentify;
net\System\Net\SecureProtocols\_NegoState.cs (1)
201if (impersonationLevel == TokenImpersonationLevel.Identification) {flags |= ContextFlags.InitIdentify;}