2 writes to _authorizeRemotingConnection
System.Runtime.Remoting (2)
channels\tcp\tcpserverchannel.cs (2)
96_authorizeRemotingConnection = authorizeCallback; 138_authorizeRemotingConnection = (IAuthorizeRemotingConnection) Activator.CreateInstance(Type.GetType((String)entry.Value, true));
4 references to _authorizeRemotingConnection
System.Runtime.Remoting (4)
channels\tcp\tcpserverchannel.cs (4)
403if (_authorizeRemotingConnection != null) 405bool authorized = _authorizeRemotingConnection.IsConnectingEndPointAuthorized(socket.RemoteEndPoint); 434if (_authorizeRemotingConnection != null) 436bool authorized = _authorizeRemotingConnection.IsConnectingIdentityAuthorized(identity);