TrustedDomain Class
This class represents a domain and its type.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.TrustedDomain
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class TrustedDomain _
Implements IEquatable(Of TrustedDomain)
'Usage
Dim instance As TrustedDomain
public class TrustedDomain : IEquatable<TrustedDomain>
Remarks
The domain is used for incoming connection authorization based on SN or SAN fields in the remote certificate. If the domain is fully qualified domain name, then full matching is performed with certicate SN and SAN fields. If the domain name starts with ".", then suffix matching is performed with certificate SN and SAN fields.
The domain type (CommunicationServer or Other) is used to determine the interoperability mode for audio calls with this domain.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.