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
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.7 |
.NET iOS | 200.0 - 200.7 |
.NET Framework | 200.0 - 200.7 |
UWP | 200.0 - 200.7 |