AuthenticationProviderType Enumeration
Applies To: Dynamics CRM 2015
Identifies the type of identity provider used for authentication.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public enum AuthenticationProviderType
public enum class AuthenticationProviderType
type AuthenticationProviderType
Public Enumeration AuthenticationProviderType
Members
Member name | Description | |
---|---|---|
ActiveDirectory | An Active Directory identity provider. Value = 1. |
|
Federation | A federated claims identity provider. Value = 2. |
|
LiveId | A Microsoft account identity provider. Value = 3. |
|
None | No identity provider. Value = 0. |
|
OnlineFederation | An online (Office 365) federated identity provider. Value = 4. |
See Also
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright