Partilhar via


RealTimeConnection.MatchingDomainName Property

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

'Declaration
Public Property MatchingDomainName As String
    Get
    Friend Set
'Usage
Dim instance As RealTimeConnection
Dim value As String

value = instance.MatchingDomainName
public string MatchingDomainName { get; internal set; }

Property Value

Type: System.String

Remarks

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

See Also

Reference

RealTimeConnection Class

RealTimeConnection Members

Microsoft.Rtc.Signaling Namespace