AuthenticationProviderType Enum

Definition

Identifies the type of identity provider used for authentication.

public enum class AuthenticationProviderType
public enum AuthenticationProviderType
type AuthenticationProviderType = 
Public Enum AuthenticationProviderType
Inheritance
AuthenticationProviderType

Fields

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.

None 0

No identity provider. Value = 0.

OnlineFederation 4

An online (Office 365) federated identity provider. Value = 4.

Applies to