Specifies the allowed set of authentication protocols to be used for this endpoint.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
AllowedAuthenticationProtocols 
As 

SipAuthenticationProtocols
C#
public 

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

SipAuthenticationProtocols 
AllowedAuthenticationProtocols {
	

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

See Also