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

url
The URL.
callback
The callback.
generateTokenOptions
The generate token options.
Static challenge method leaveraging the SignInDialog in a child window.

Syntax

Visual Basic (Declaration) 
Public Shared Sub DoSignIn( _
   ByVal url As String, _
   ByVal callback As Action(Of IdentityManager.Credential,Exception), _
   Optional ByVal generateTokenOptions As IdentityManager.GenerateTokenOptions _
) 

Remarks

This method manages token credential only. See DoSignInEx for the extended method managing all credential types.

Parameters

url
The URL.
callback
The callback.
generateTokenOptions
The generate token options.

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.