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

credentialRequestInfos
The credential request information.
completeHandler
The callback.
generateTokenOptions
The options use to generate a token : referer, proxyUrl, token validity (only useful to challenge for an AuthenticationType.Token credential.)
Represents the extended method that challenges the user in order to get a valid credential object for a specific authentication type. This delegate supersedes the IdentityManager.ChallengeDelegate by allowing to challenge for any type of authentication.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub IdentityManager.ChallengeDelegateEx( _
   ByVal credentialRequestInfos As IdentityManager.CredentialRequestInfos, _
   ByVal completeHandler As Action(Of IdentityManager.Credential,Exception), _
   Optional ByVal generateTokenOptions As IdentityManager.GenerateTokenOptions _
) 

Remarks

The callback must absolutely be called by the challenge method either with a credential or with an error else the process will be stuck waiting for an answer.

Parameters

credentialRequestInfos
The credential request information.
completeHandler
The callback.
generateTokenOptions
The options use to generate a token : referer, proxyUrl, token validity (only useful to challenge for an AuthenticationType.Token credential.)

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.