Indicates whether the message is received over a trusted connection.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
TrustedConnection 
As 
Boolean
	
Get
Visual Basic (usage)
Dim 
instance 
As 

AuthenticationInfo
Dim 
value 
As 
Boolean

value = instance.
TrustedConnection
C#
public 
bool 
TrustedConnection { 
get; }

Property value

Type: System . . :: . . Boolean

See also