Method ConfigureAuthentication
ConfigureAuthentication(IArcGISConfiguration, Action<IAuthenticationConfiguration>)
Configures how the ArcGIS SDK handles authentication
Declaration
public static IArcGISConfiguration ConfigureAuthentication(this IArcGISConfiguration configuration, Action<IAuthenticationConfiguration> configureAuthentication)
Parameters
| Type | Name | Description |
|---|---|---|
| IArcGISConfiguration | configuration | Authentication Configuration. |
| System.Action<IAuthenticationConfiguration> | configureAuthentication | Authentication configuration delegate. |
Returns
| Type | Description |
|---|---|
| IArcGISConfiguration | ArcGIS Configuration |
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.0 - 200.8 |
| .NET | 200.0 - 200.8 |
| .NET Windows | 200.0 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 200.0 - 200.8 |
| UWP | 200.0 - 200.8 |