ConferenceAuthenticationMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the types of authentication methods.
public enum class ConferenceAuthenticationMethod
public enum ConferenceAuthenticationMethod
type ConferenceAuthenticationMethod =
Public Enum ConferenceAuthenticationMethod
- Inheritance
-
ConferenceAuthenticationMethod
Fields
Name | Value | Description |
---|---|---|
None | 0 | Not known or not set. |
Enterprise | 1 | Enterprise. |
Anonymous | 2 | Anonymous. |
Federated | 3 | Federated. |