Raised when the protocol used between the client and server changes.

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

Syntax

Visual Basic (Declaration)
Public Event 
AuthenticationProtocolChanged 
As 
EventHandler(
Of 
EventArgs)
C#
public event 
EventHandler<
EventArgs> 
AuthenticationProtocolChanged
Visual C++
public:
 
event 
EventHandler<
EventArgs^>^ 
AuthenticationProtocolChanged {
	
void 
add (
EventHandler<
EventArgs^>^ 
value);
	
void 
remove (
EventHandler<
EventArgs^>^ 
value);
}
JavaScript
function add_
authenticationProtocolChanged(
value);
function remove_
authenticationProtocolChanged(
value);

See Also