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.MemberwiseClone()
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.

GenerateTokenOptions

Gets or sets the optional parameters to use for generating tokens.

ProxyServiceUri

Gets or sets the URI of the proxy service that needs a credential. 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.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0
In This Article
Back to top Copyright © 2022 Esri.