Language

E2eeContactKeysManager.OwnerE2eeSelfKeys Property

Definition

Returns all end-to-end encryption self key entries that are owned by the caller app.

public System.Collections.Generic.IList<Android.Provider.E2eeContactKeysManager.E2eeSelfKey> OwnerE2eeSelfKeys { [Android.Runtime.Register("getOwnerE2eeSelfKeys", "()Ljava/util/List;", "", ApiSince=35)] [Android.Runtime.RequiresPermission("android.permission.READ_CONTACTS")] get; }
[<get: Android.Runtime.Register("getOwnerE2eeSelfKeys", "()Ljava/util/List;", "", ApiSince=35)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_CONTACTS")>]
member this.OwnerE2eeSelfKeys : System.Collections.Generic.IList<Android.Provider.E2eeContactKeysManager.E2eeSelfKey>

Property Value

a list of E2eeSelfKey objects containing the end-to-end encryption self key information, or an empty list if no self keys are found. This value cannot be null.

Attributes

Remarks

Returns all end-to-end encryption self key entries that are owned by the caller app. Requires Manifest.permission.READ_CONTACTS

Android reference for android.provider.E2eeContactKeysManager.getOwnerE2eeSelfKeys.

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