ArcGIS Runtime SDK for WPF - Library Reference
IdentityManager.AuthenticationType Enumeration
See Also 
ESRI.ArcGIS.Client Namespace : IdentityManager.AuthenticationType Enumeration

Types of Authentication that can be requested by the service.

Syntax

Visual Basic (Declaration) 
Public Enum IdentityManager.AuthenticationType 
   Inherits System.Enum
C# 
public enum IdentityManager.AuthenticationType : System.Enum 

Members

MemberDescription
CertificateAuthentication by client certificate (PKI infrastructure)
NetworkCredentialHTTP secured service (Digest, basic or Integrated)
TokenToken secured service.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.IdentityManager.AuthenticationType

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.