AuthenticationInfo.TrustedConnection

The TrustedConnection property indicates whether the message was received over a trusted connection.

Syntax

  Copy imageCopy Code
public Boolean TrustedConnection {get;}

Syntax

  Copy imageCopy Code
Public ReadOnly Property TrustedConnection As Boolean

Remarks

If true, the message was delivered through a trusted connection (from a domain that requires certificates for user validation); if false, it was not.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also