KeyChain.KeyAliasSelectionDenied Field

Definition

Used by DPC or delegated app in android.app.admin.DeviceAdminReceiver#onChoosePrivateKeyAlias or android.app.admin.DelegatedAdminReceiver#onChoosePrivateKeyAlias to identify that the requesting app is not granted access to any key, and nor will the user be able to grant access manually.

[Android.Runtime.Register("KEY_ALIAS_SELECTION_DENIED", ApiSince=30)]
public const string KeyAliasSelectionDenied;
[<Android.Runtime.Register("KEY_ALIAS_SELECTION_DENIED", ApiSince=30)>]
val mutable KeyAliasSelectionDenied : string

Field Value

Attributes

Remarks

Used by DPC or delegated app in android.app.admin.DeviceAdminReceiver#onChoosePrivateKeyAlias or android.app.admin.DelegatedAdminReceiver#onChoosePrivateKeyAlias to identify that the requesting app is not granted access to any key, and nor will the user be able to grant access manually.

Java documentation for android.security.KeyChain.KEY_ALIAS_SELECTION_DENIED.

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