다음을 통해 공유


KeyStoreException.ErrorKeystoreUninitialized 필드

정의

주의

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

load() 사용자가 LSKF(잠금 화면 지식 요소)를 설정하지 않은 동안 Keystore instance 호출되지 않았거나 권한 부여 바인딩 키를 생성하려고 했음을 나타냅니다.

[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(잠금 화면 지식 요소)를 설정하지 않은 동안 Keystore instance 호출되지 않았거나 권한 부여 바인딩 키를 생성하려고 했음을 나타냅니다. 사용자에게 LSKF를 설정하고 다시 시도하도록 지시합니다.

에 대한 Java 설명서입니다 android.security.KeyStoreException.ERROR_KEYSTORE_UNINITIALIZED.

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상