ApplicationEndpointSettings.ProxyCertificateSubject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.