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.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
[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 or PregeneratedTokenCredential.
Properties
Name | Description |
---|---|
Referer | Gets the referer used to generate a token. |
ServerContext | Gets the URL by which the root of a server is accessed. |
Username | Gets the user associated with the credential. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |