Stack-specific authentication information.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
AuthenticationInfo 
As 
Object
	
Get
Visual Basic (usage)
Dim 
instance 
As 

Message
Dim 
value 
As 
Object

value = instance.
AuthenticationInfo
C#
public 
Object 
AuthenticationInfo { 
get; }

Property value

Type: System . . :: . . Object

Remarks

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

See also