Class ArcGISCredential
A base class for types of ArcGIS credentials used to access secured resources.
Inheritance
System.Object
ArcGISCredential
Implements
System.ComponentModel.INotifyPropertyChanged
System.Runtime.Serialization.ISerializable
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
[Serializable]
public abstract class ArcGISCredential : Credential, INotifyPropertyChanged, ISerializable
Remarks
This is a base class for ArcGIS credentials requiring OAuth or ArcGIS Token authentication, such as OAuthApplicationCredential, OAuthUserCredential, AccessTokenCredential, or PregeneratedTokenCredential.
Properties
| Name | Description |
|---|---|
| Referer | Gets the referer used to generate a token. |
| Username | Gets the user associated with the credential. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |