IncomingConnectionAddedEventArgs.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 ReadOnly Property MatchingDomainName As String
Get
'Usage
Dim instance As IncomingConnectionAddedEventArgs
Dim value As String
value = instance.MatchingDomainName
public string MatchingDomainName { get; }
Property Value
Type: System.String
See Also
Reference
IncomingConnectionAddedEventArgs Class