The authentication protocol currently in use with the server. If there is no security context established with the server, the default value of SipAuthenticationProtocols.None is returned.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
AuthenticationProtocol 
As 

SipAuthenticationProtocols
C#
public 

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

SipAuthenticationProtocols 
AuthenticationProtocol {
	

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

See Also