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 |
---|---|
Credential |
Initializes a new instance of the Credential |
Properties
Name | Description |
---|---|
Authentication |
Gets or sets the type of the authentication requested by the service. |
Cancellation |
Gets or sets the cancellation token. |
Generate |
Gets or sets the optional parameters to use for generating tokens. |
Proxy |
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. |
Service |
Gets or sets the URI of the service that needs a credential. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |