Method FindCredential
FindCredential(Uri)
Returns the token credential for the resource identified by the specified url.
Declaration
public TokenCredential FindCredential(Uri serviceUri)
Parameters
Type | Name | Description |
---|---|---|
Uri | serviceUri | The service uri. |
Returns
Type | Description |
---|---|
Token |
A Token |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |
FindCredential(Uri, AuthenticationType)
Returns the credential that supports the specified authentication type for the resource identified by the specified url.
Declaration
public Credential FindCredential(Uri serviceUri, AuthenticationType authenticationType)
Parameters
Type | Name | Description |
---|---|---|
Uri | serviceUri | The service uri. |
Authentication |
authenticationType | Authentication type supported by the credential. |
Returns
Type | Description |
---|---|
Credential | A Credential for accessing secured ArcGIS resources. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |