E2eeContactKeysManager.AllE2eeSelfKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all end-to-end encryption self key entries that belong to apps visible to the caller.
public System.Collections.Generic.IList<Android.Provider.E2eeContactKeysManager.E2eeSelfKey> AllE2eeSelfKeys { [Android.Runtime.Register("getAllE2eeSelfKeys", "()Ljava/util/List;", "", ApiSince=35)] [Android.Runtime.RequiresPermission("android.permission.READ_CONTACTS")] get; }
[<get: Android.Runtime.Register("getAllE2eeSelfKeys", "()Ljava/util/List;", "", ApiSince=35)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_CONTACTS")>]
member this.AllE2eeSelfKeys : 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 belong to apps visible to the caller. The keys will be stripped of deviceId, timeUpdated and keyValue data. Requires Manifest.permission.READ_CONTACTS
Android reference for android.provider.E2eeContactKeysManager.getAllE2eeSelfKeys.
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.