ArcGIS Runtime SDK for Windows Phone - 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 Phone 7

See Also

© ESRI, Inc. All Rights Reserved.