ArcGIS Runtime SDK for WPF - Library Reference
SignInDialog Class
Members  See Also 
ESRI.ArcGIS.Client.Toolkit Namespace : SignInDialog Class

The SignInDialog Control challenges the user for a credential when trying to access secured ArcGIS services. The SignInDialog Control can manage Network, Certificate or Token credential.

Object Model

SignInDialog ClassIdentityManager.GenerateTokenOptions Class

Syntax

Visual Basic (Declaration) 
Public Class SignInDialog 
   Inherits System.Windows.Controls.Control
C# 
public class SignInDialog : System.Windows.Controls.Control 

Remarks

This control is designed to work with the ESRI.ArcGIS.Client.IdentityManager. The IdentityManager can be actived with code like: ESRI.ArcGIS.Client.IdentityManager.Current.ChallengeMethod = ESRI.ArcGIS.Client.Toolkit.SignInDialog.DoSignIn; or ESRI.ArcGIS.Client.IdentityManager.Current.ChallengeMethodEx = ESRI.ArcGIS.Client.Toolkit.SignInDialog.DoSignInEx; In this case, the SignInDialog is created and activated in a child window. It's also possible to put the SignInDialog in the Visual Tree and to write your own challenge method activating this SignInDialog.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     ESRI.ArcGIS.Client.Toolkit.SignInDialog

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.