言語

KeyStoreException.ErrorKeystoreUninitialized フィールド

定義

注意事項

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

load()がキーストア インスタンスで呼び出されていないか、ユーザーがロック画面ナレッジ ファクター (LSKF) を設定していない間に承認バインド キーを生成しようとしました。

[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()がキーストア インスタンスで呼び出されていないか、ユーザーがロック画面ナレッジ ファクター (LSKF) を設定していない間に承認バインド キーを生成しようとしました。 LSKF を設定して再試行するようにユーザーに指示します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象