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

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

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.

See Also