AppUriAuthenticationPolicy.AppAndUriMappings Property

Definition

Return the authentication policy mapping, which determines which alias for a private key and certificate pair should be used for authentication.

public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<Android.Net.Uri,string>> AppAndUriMappings { [Android.Runtime.Register("getAppAndUriMappings", "()Ljava/util/Map;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getAppAndUriMappings", "()Ljava/util/Map;", "", ApiSince=31)>]
member this.AppAndUriMappings : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<Android.Net.Uri, string>>

Property Value

Attributes

Remarks

Return the authentication policy mapping, which determines which alias for a private key and certificate pair should be used for authentication.

appPackageName -> uri -> alias

Java documentation for android.security.AppUriAuthenticationPolicy.getAppAndUriMappings().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to