Show / Hide Table of Contents

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.String

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 ServerContext and may be updated when the server challenges us for additional URLs. When new URLs in the same unnamed realm are encountered, the RealmRoot is automatically shortened to maintain the longest common prefix.

See Also
Esri.ArcGISRuntime.Security.ArcGISNetworkCredential.Realm

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.0 - 200.8
.NET200.0 - 200.8
.NET Windows200.0 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework200.0 - 200.8
UWP200.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.