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)
403
if (
_authorizeRemotingConnection
!= null)
405
bool authorized =
_authorizeRemotingConnection
.IsConnectingEndPointAuthorized(socket.RemoteEndPoint);
434
if (
_authorizeRemotingConnection
!= null)
436
bool authorized =
_authorizeRemotingConnection
.IsConnectingIdentityAuthorized(identity);