ArcGIS Runtime SDK for WPF - Library Reference
IdentityManager.Credential Class Members
See Also  Properties  Methods  Events
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 PropertyAutoRefreshGets or sets a value indicating whether the token is automatically updated before its expiration time.  
public PropertyClientCertificateGets or sets the client certificate for accessing an ArcGIS resource supporting PKI infrastructure.  
public PropertyCredentialsGets or sets the base authentication interface for accessing an ArcGIS resource with an HTTP authentication.  
public PropertyExpirationDateGets or sets the Token expiration date.  
public PropertyGenerateTokenOptionsGets or sets the optional infos used to generate the token : referer, proxyUrl.  
public PropertyIsSslGets or sets a value indicating whether the token must always pass over ssl.  
public PropertyOAuthRefreshTokenGets or sets the OAuth refresh token useful for getting a new access token once the old one expired.  
public PropertyPasswordGets or sets the password used to refresh the token.  
public PropertyTokenGets or sets the token used to access the arcgis sservices with this credential. The token can have been generated either by the token service using the specified user name and password or by the OAuth authentication process.  
public PropertyUrlGets or sets the URL that can be accessed with this credential.  
public PropertyUserNameGets or sets the user associated with the Credential object.  
Top

Public Methods

 NameDescription
public MethodRefreshTokenRefreshes the token.  
public MethodRefreshTokenTaskAsyncRefreshes the token using a task object.  
Top

Public Events

 NameDescription
public EventPropertyChangedOccurs when a property value changes.  
public EventRefreshCompletedOccurs when the refresh of a token completed.  
Top

See Also

© ESRI, Inc. All Rights Reserved.