Gets the authentication protocols supported by the server.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
SupportedAuthenticationProtocols 
As 

SipAuthenticationProtocols
C#
public 

SipAuthenticationProtocols 
SupportedAuthenticationProtocols { 
get; }
Visual C++
public:
property 

SipAuthenticationProtocols 
SupportedAuthenticationProtocols {
	

SipAuthenticationProtocols 
get ();
}
JavaScript
function get_
supportedAuthenticationProtocols();

See Also