Disables signing of Referred-By headers for endpoint if configured to use MTLS.

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

Syntax

Visual Basic (Declaration)
<
ObsoleteAttribute("This method will be
removed from future versions. Use CallEstablishOptions.Transferor
property to sign Referred-By headers in INVITE requests.")> _
Public 
Property 
DisableReferredBySigning 
As 
Boolean
C#
[
ObsoleteAttribute("This method will be
removed from future versions. Use CallEstablishOptions.Transferor
property to sign Referred-By headers in INVITE requests.")]
public 
bool 
DisableReferredBySigning { 
get; 
set; }
Visual C++
[
ObsoleteAttribute(L"This method will be
removed from future versions. Use CallEstablishOptions.Transferor
property to sign Referred-By headers in INVITE requests.")]
public:
property 
bool 
DisableReferredBySigning {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
disableReferredBySigning();
function set_
disableReferredBySigning(
value);

See Also