Show / Hide Table of Contents

Class CredentialRequestInfo

Information about the ArcGIS service that needs a credential for getting access to.

Inheritance
object
CredentialRequestInfo
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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 null if proxy authentication was not requested.

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

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.