AuthenticationProviderType 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.
Identifies the type of identity provider used for authentication.
public enum class AuthenticationProviderType
public enum AuthenticationProviderType
type AuthenticationProviderType =
Public Enum AuthenticationProviderType
- Inheritance
-
AuthenticationProviderType
Fields
Name | Value | Description |
---|---|---|
None | 0 | No identity provider. Value = 0. |
ActiveDirectory | 1 | An Active Directory identity provider. Value = 1. |
Federation | 2 | A federated claims identity provider. Value = 2. |
LiveId | 3 | A Microsoft account identity provider. Value = 3. |
OnlineFederation | 4 | An online (Office 365) federated identity provider. Value = 4. |