Class CredentialRequestInfo
Information about the ArcGIS service that needs a credential for getting access to.
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class CredentialRequestInfo
Constructors
| Name | Description |
|---|---|
| CredentialRequestInfo() | Initializes a new instance of the CredentialRequestInfo class. |
Properties
| Name | Description |
|---|---|
| AuthenticationType | Gets or sets the type of the authentication requested by the service. |
| CancellationToken | Gets or sets the cancellation token. |
| Error | Gets the underlying error that led to this authentication challenge. |
| PreviousFailureCount | Gets the number of failed authentication attempts that occurred previously for this authentication challenge. |
| ProxyServiceUri | Gets or sets the URI of the proxy service that needs a ProxyCredential when the AuthenticationType is Proxy.
It will be |
| Response | Gets or sets the previous response message returned by the service requesting authentication. |
| ServiceUri | Gets or sets the URI of the service that needs a credential. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |