Class CredentialRequestInfo
Information about the ArcGIS service that needs a credential for getting access to.
Inheritance
System.Object
CredentialRequestInfo
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 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 |
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.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |