AuthenticationTypeCode Enumeration
Applies To: Dynamics CRM 2013
Contains values for the the type of authentication used. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[TypeConverterAttribute(typeof(EnumToStringUsingDescription))]
public enum AuthenticationTypeCode
[TypeConverterAttribute((EnumToStringUsingDescription^::typeid))]
public enum class AuthenticationTypeCode
[<TypeConverterAttribute(typeof(EnumToStringUsingDescription))>]
type AuthenticationTypeCode
<TypeConverterAttribute(GetType(EnumToStringUsingDescription))>
Public Enumeration AuthenticationTypeCode
Members
Member name | Description | |
---|---|---|
ActiveDirectory | Active directory authentication. Value = 1. |
|
Federation | Federated authentication. Value = 2. |
|
LiveId | Microsoft account authentication. Value = 3. |
|
None | No authentication. Value = 0. |
|
OnlineFederation | Microsoft account federated authentication. Value = 4. |
|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
Remarks
This enumeration is used to set the following:
F:Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog.ConnectionDialog.AuthenticationType
F:Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog.ConnectionData.AuthenticationType
See Also
Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top