KeyStoreException.ErrorKeystoreUninitialized 字段

定义

注意

This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.

load()指示尚未在密钥存储实例上调用,或者尝试生成授权绑定密钥,而用户尚未设置锁屏知识因子(LHP)。

[Android.Runtime.Register("ERROR_KEYSTORE_UNINITIALIZED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)]
public const Android.Security.KeyStoreExceptionError ErrorKeystoreUninitialized = 3;
[<Android.Runtime.Register("ERROR_KEYSTORE_UNINITIALIZED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)>]
val mutable ErrorKeystoreUninitialized : Android.Security.KeyStoreExceptionError

字段值

Value = 3
属性

注解

load()指示尚未在密钥存储实例上调用,或者尝试生成授权绑定密钥,而用户尚未设置锁屏知识因子(LHP)。 指示用户设置 LHP 并重试。

适用于 . 的 android.security.KeyStoreException.ERROR_KEYSTORE_UNINITIALIZEDJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于