Represents the types of authentication methods.

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

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
ConferenceAuthenticationMethod
C#
public 
enum 
ConferenceAuthenticationMethod
Visual C++
public 
enum class 
ConferenceAuthenticationMethod
JavaScript

Microsoft.Rtc.Collaboration.ConferenceAuthenticationMethod =

function();

Microsoft.Rtc.Collaboration.ConferenceAuthenticationMethod.createEnum('

Microsoft.Rtc.Collaboration.ConferenceAuthenticationMethod',
false);

Members

Member name Description
None
Not known or not set.
Enterprise
Enterprise.
Anonymous
Anonymous.
Federated
Federated.

See Also