ESRI.ArcGIS.Mobile.Client
SetCredentials(TokenCredential) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Windows Namespace > UserCredentialsWindow Class > SetCredentials Method : SetCredentials(TokenCredential) Method

credentials
Updates the window properties to reflect existing token credentials.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SetCredentials( _
   ByVal credentials As TokenCredential _
) 
C# 
public void SetCredentials( 
   TokenCredential credentials
)

Parameters

credentials

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also