Sets the list of allowed domains. Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)

Syntax

Remarks

This is a list of computers that are allowed to make incoming connections when Mutual TLS is used. The subject or alternate subjects in the certificate are matched against this list. Only computers that have a matching entry in this list are allowed to make incoming connections. This can be set even while listening and affects future incoming connections. The domain check is done based on suffix match. Therefore, it is important to use a period (.) at the beginning for domains. For example, ".microsoft.com" rather than "microsoft.com." If there is no leading period (.), it is assumed to be FQDN and a complete match is performed.


Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also