ArcGIS API for Silverlight - Library Reference
SignInDialog Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace : SignInDialog Class

The SignInDialog Control challenges the user for a name and password when trying to access secured ArcGIS services. From these name and password, the SignInDialog generates a Token and returns this token encapsulated in a ESRI.ArcGIS.Client.IdentityManager.Credential object.

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; 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.DependencyObject
      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

See Also

© ESRI, Inc. All Rights Reserved.