SipPeerToPeerEndpoint.ProxyCertificateSubject Property
Gets or sets the subject of the certificate to expect from the proxy.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ProxyCertificateSubject As String
Get
Set
'Usage
Dim instance As SipPeerToPeerEndpoint
Dim value As String
value = instance.ProxyCertificateSubject
instance.ProxyCertificateSubject = value
public string ProxyCertificateSubject { get; set; }
Property Value
Type: System.String
Remarks
It is used only if the endpoint is configured with a proxy and Tls is used for transport. It needs to be set only when the subject of the certificate expected from the proxy differs from the proxy's name.