Gets the domain string from the allowed domains list that matched the certificate.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
MatchingDomainName 
As 
String
C#
public 
string 
MatchingDomainName { 
get; 
internal 
set; }
Visual C++
public:
property 
String^ 
MatchingDomainName {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
matchingDomainName();
function set_
matchingDomainName(
value);

Remarks

The matching domain will never be available for outbound connections as the allowed domain list does not apply.

See Also