ArcGIS API for Silverlight - Library Reference
IdentityManager.Credential Class Members
See Also  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client Namespace : IdentityManager.Credential Class


The following tables list the members exposed by IdentityManager.Credential.

Public Constructors

 NameDescription
public ConstructorIdentityManager.Credential ConstructorInitializes a new instance of the IdentityManager.Credential class.  
Top

Public Properties

 NameDescription
public PropertyAutoRefresh Gets or sets a value indicating whether the token is automatically updated before its expiration time.  
public PropertyExpirationDate Gets or sets the Token expiration date.  
public PropertyGenerateTokenOptions Gets or sets the optional infos used to generate the token : referer, proxyUrl.  
public PropertyPassword Gets or sets the password used to refresh the token.  
public PropertyToken Gets or sets the token generated by the token service using the specified user name and password.  
public PropertyUrl Gets or sets the URL that can be accessed with this credential.  
public PropertyUserName Gets or sets the user associated with the Credential object.  
Top

Public Methods

 NameDescription
public MethodRefreshToken Refreshes the token.  
Top

Public Events

 NameDescription
public EventPropertyChanged Occurs when a property value changes.  
public EventRefreshCompleted Occurs when the refresh of a token completed.  
Top

See Also

© ESRI, Inc. All Rights Reserved.