This class represents a domain and its type.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
TrustedDomain
C#
public 
class 
TrustedDomain
Visual C++
public 
ref class 
TrustedDomain
JavaScript

Microsoft.Rtc.Collaboration.TrustedDomain = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.TrustedDomain');

Remarks

The domain is used for incoming connection authorization based on SN or SAN fields in the remote certificate. If the domain is a fully qualified domain name, then full matching is performed with certificate SN and SAN fields. If the domain name starts with ".", then suffix matching is performed with certificate SN and SAN fields.

The domain type (CommunicationsServer or Other) is used to determine the interoperability mode for audio calls with this domain.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration . . :: . TrustedDomain

See Also