ClientAuthenticationType Enumeration

 

Applies To: Dynamics CRM 2015

Specifies the type of authentication used by a client application.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public enum ClientAuthenticationType
public enum class ClientAuthenticationType
type ClientAuthenticationType
Public Enumeration ClientAuthenticationType

Members

Member name Description
Kerberos

Kerberos authentication. Value = 0.

SecurityToken

A security token for use with claims authentication. Value = 1.

See Also

Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright