AuthenticationInfo.ExternalSourceType

The AuthenticationInfo.ExternalSourceType enumeration indicates the nature of the source of the message. Valid if the message arrived from the external network. Valid on Internal servers only.

Syntax

  Copy imageCopy Code
public enum AuthenticationInfo.ExternalSourceType

Members

Member

Description

Unknown

The nature of the external source is unknown.

InternetUser

A remote user.

ForwardingProxy

A forwarding proxy.

DirectPartner

A federated peer that is configured using the domain and fully qualified domain name (FQDN) of the server in the Allow list on the Access Edge Server.

ClearingHouse

A clearing house.

AccessProxy

If generated locally by the Access Edge Server.

AuthorizedServer

A federated peer configured as an IM Provider on the Access Edge Server.

AutoFed

A federated peer that is configured using only the domain in the Allow list on the Access Edge Server, or a federated peer discovered through DNS SRV.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also