Message.AuthenticationInfo

The AuthenticationInfo property contains SIP stack-specific authentication information as an AuthenticationInfo structure.

Syntax

[C#]

  Copy imageCopy Code
public Object AuthenticationInfo {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property AuthenticationInfo As Object

Remarks

All information regarding the authentication of this message, including whether authentication was successful, is included in the AuthenticationInfo structure.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also