Class DefaultChallengeHandler
Default WinStore component that handles the authorization errors returned by the requests to the ArcGIS resources. This implementation is based on the Windows.Security.Credentials.UI.CredentialPicker.
Inheritance
System.Object
DefaultChallengeHandler
Implements
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class DefaultChallengeHandler : IChallengeHandler
Constructors
Name | Description |
---|---|
DefaultChallengeHandler() | Initializes a new instance of the DefaultChallengeHandler class. |
Properties
Name | Description |
---|---|
CredentialSaveOption | Gets or sets the option that specifies the initial state of the dialog's Save Credential check box. The default value is clear (unchecked). |
Methods
Name | Description |
---|---|
CreateCredentialAsync(CredentialRequestInfo) | Challenge for getting the credential allowing to access to the specified ArcGIS resource. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 200.5 |
.NET | 100.14 - 200.5 |
.NET Windows | 100.14 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.14 - 200.5 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.0 - 200.5 |