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

Generates a token credential object asynchronously. You need to provide the service URL, the username and the password. This is a helper method typically called by the UI challenging the user.

Overload List

OverloadDescription
GenerateCredentialAsync(String,String,String,Action<Credential,Exception>,GenerateTokenOptions)Generates a token credential object asynchronously. You need to provide the service URL, the username and the password. This is a helper method typically called by the UI challenging the user.  
GenerateCredentialAsync(String,Action<Credential,Exception>,GenerateTokenOptions)Generates a token credential object asynchronously. You need to provide the service URL. This is a helper method typically called by the UI challenging the user.  

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.