Gets or sets the flag that controls negotiation of authentication protocol v3. Default setting for this is false. This API is deprecated and does nothing. Please do not use. It will be removed in future release.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
EnableAuthProtocolV3 
As 
Boolean
C#
public 
bool 
EnableAuthProtocolV3 { 
get; 
set; }
Visual C++
public:
property 
bool 
EnableAuthProtocolV3 {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
enableAuthProtocolV3();
function set_
enableAuthProtocolV3(
value);

See Also