SipPeerToPeerEndpoint.ProxyCertificateSubject Property

Definition

Gets or sets the subject of the certificate to expect from the proxy.

public:
 property System::String ^ ProxyCertificateSubject { System::String ^ get(); void set(System::String ^ value); };
public string ProxyCertificateSubject { get; set; }
member this.ProxyCertificateSubject : string with get, set
Public Property ProxyCertificateSubject As String

Property Value

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.

Applies to