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

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
ProxyCertificateSubject 
As 
String
C#
public 
string 
ProxyCertificateSubject { 
get; 
set; }
Visual C++
public:
property 
String^ 
ProxyCertificateSubject {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
proxyCertificateSubject();
function set_
proxyCertificateSubject(
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.

See Also