Property RealmRoot
RealmRoot
Gets the calculated "root" (longest common URL prefix) used for unnamed realms.
Declaration
public string RealmRoot { get; }
Property Value
Type | Description |
---|---|
System. |
The calculated "root" (longest common URL prefix) used for unnamed realms. |
Remarks
Although HTTP Basic and Digest authentication protocols do not inherently tie realms to URL patterns,
tracking URL prefixes helps avoid unnecessary authentication challenges. Path-based matching is only used
when the server does not specify a realm in the WWW-Authenticate header.
This property is initialized to Server
See Also
Esri.ArcGISRuntime.Security.ArcGISNetworkCredential.Realm
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.0 - 200.7 |
.NET | 200.0 - 200.7 |
.NET Windows | 200.0 - 200.7 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.7 |
.NET Framework | 200.0 - 200.7 |
UWP | 200.0 - 200.7 |