IAuthorizeRemotingConnection Interface
The IAuthorizeRemotingConnection interface provides methods that indicate whether a client is authorized to connect on the current channel, based on the client's network address and user identity.
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
The IAuthorizeRemotingConnection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsConnectingEndPointAuthorized | Gets a Boolean value that indicates whether the network address of the client is authorized to connect on the current channel. |
![]() | IsConnectingIdentityAuthorized | Gets a Boolean value that indicates whether the user identity of the client is authorized to connect on the current channel. |
An instance of the IAuthorizeRemotingConnection interface is passed to TcpServerChannel(IDictionary, IServerChannelSinkProvider, IAuthorizeRemotingConnection). It provides a single point of authorization for all incoming connections on a TcpServerChannel. It allows for the authorization of the caller before any incoming messages are deserialized to minimize the security threat from untrusted sources.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
