Gets the conference authentication method.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
AuthenticationMethod 
As 

ConferenceAuthenticationMethod
C#
public 

ConferenceAuthenticationMethod 
AuthenticationMethod { 
get; 
internal 
set; }
Visual C++
public:
property 

ConferenceAuthenticationMethod 
AuthenticationMethod {
	

ConferenceAuthenticationMethod 
get ();
	
void 
set (

ConferenceAuthenticationMethod 
value);
}
JavaScript
function get_
authenticationMethod();
function set_
authenticationMethod(
value);

See Also