Edit

Share via


ApplicationEndpointSettings.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

This is used only if the endpoint is configured with a proxy and CollaborationPlatform has been configured to use MTLS. It needs to be set only when the subject of the certificate expected from the proxy differs from the proxy host specified.

Applies to