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

credentialRequestInfos
The information about the credential to get.
callback
The callback.
generateTokenOptions
The generate token options.
Static challenge method leaveraging the SignInDialog in a child window. This method manages all credential types. Note however that in case of certificate authentication the SignInDialog UI is not used. The standard .Net dialog box for selecting an X.509 certificate from a certificate collection is used instead.

Syntax

Visual Basic (Declaration) 
Public Shared Sub DoSignInEx( _
   ByVal credentialRequestInfos As IdentityManager.CredentialRequestInfos, _
   ByVal callback As Action(Of IdentityManager.Credential,Exception), _
   Optional ByVal generateTokenOptions As IdentityManager.GenerateTokenOptions _
) 

Parameters

credentialRequestInfos
The information about the credential to get.
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.