Edit

Share via


TrustedDomain Class

Definition

This class represents a domain and its type.

public ref class TrustedDomain : IEquatable<Microsoft::Rtc::Collaboration::TrustedDomain ^>
public class TrustedDomain : IEquatable<Microsoft.Rtc.Collaboration.TrustedDomain>
type TrustedDomain = class
    interface IEquatable<TrustedDomain>
Public Class TrustedDomain
Implements IEquatable(Of TrustedDomain)
Inheritance
TrustedDomain
Implements

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.

Constructors

TrustedDomain(String, TrustedDomainMode)

Creates an instance of a trusted domain with specific domain mode.

TrustedDomain(String)

Creates an instance of a trusted domain.

Properties

DomainMode

Gets the value of domain mode for this trusted domain.

DomainName

Gets the value of trusted domain name.

Methods

Equals(TrustedDomain)

Checks whether the current object is equal to the specified object.

Applies to