AuthenticationInfo.Authenticated

The Authenticated property indicates whether the message sender has been authenticated.

Syntax

  Copy imageCopy Code
public Boolean Authenticated {get;}

Syntax

  Copy imageCopy Code
Public ReadOnly Property Authenticated As Boolean

Remarks

If true, the message sender has been authenticated; if false, it has not.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also