ProxyCertificateSubject Property
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
'Declaration
Public Property ProxyCertificateSubject As String
Get
Set
'Usage
Dim instance As ApplicationEndpointSettings
Dim value As String
value = instance.ProxyCertificateSubject
instance.ProxyCertificateSubject = value
public string ProxyCertificateSubject { get; set; }
Property Value
Type: System..::..String
Remarks
It is used only if the endpoint is configured with a proxy and CollaborationPlatform has been configured to use mutual Tls. It needs to be set only when the subject of the certificate expected from the proxy differs from the proxy's name.
See Also
Reference
ApplicationEndpointSettings Class