IAuthorizeRemotingConnection Members
.NET Framework 2.0
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.
The following tables list the members exposed by the IAuthorizeRemotingConnection type.
| 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. |