ArcGIS Runtime SDK for WPF - Library Reference
ChallengeMethodEx Property
See Also 
ESRI.ArcGIS.Client Namespace > IdentityManager Class : ChallengeMethodEx Property

Gets or sets the method that will challenge the user in order to get a valid credential object. To activate the IdentityManager, you have to provide a challenge method by setting either ChallengeMethod or ChallengeMethodEx. To deactivate the IdentityManager, you have to set a null challenge method (in this case, the stack of waiting credentials is reset).

Syntax

Visual Basic (Declaration) 
Public Property ChallengeMethodEx As IdentityManager.ChallengeDelegateEx
C# 
public IdentityManager.ChallengeDelegateEx ChallengeMethodEx {get; set;}

Remarks

ChallengeMethodEx supersedes ChallengeMethod by allowing to challenge for any type of authentication.

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.