ArcGIS Runtime SDK for Windows Phone - Library Reference
ChallengeMethodEx Property
See Also  Send comments on this topic
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 Phone 7

See Also

© ESRI, Inc. All Rights Reserved.