ArcGIS API for Silverlight - Library Reference
RemoveCredential Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > IdentityManager Class : RemoveCredential Method

credential
The credential to remove.
Removes an existing credential so the challenge method will be called the next time an access to the resources is needed.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveCredential( _
   ByVal credential As IdentityManager.Credential _
) 
C# 
public void RemoveCredential( 
   IdentityManager.Credential credential
)

Parameters

credential
The credential to remove.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.