KeyChain.ExtraKeyAlias Field

Definition

Used as a String extra field in #ACTION_KEY_ACCESS_CHANGED to supply the alias of the key.

[Android.Runtime.Register("EXTRA_KEY_ALIAS", ApiSince=26)]
public const string ExtraKeyAlias;
[<Android.Runtime.Register("EXTRA_KEY_ALIAS", ApiSince=26)>]
val mutable ExtraKeyAlias : string

Field Value

Attributes

Remarks

Used as a String extra field in #ACTION_KEY_ACCESS_CHANGED to supply the alias of the key.

Java documentation for android.security.KeyChain.EXTRA_KEY_ALIAS.

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