AuthenticationInfo.ExternalSourceType

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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

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 Office Communications Server 2007 R2

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

AuthenticationInfo