KeyStoreException.ErrorKeystoreUninitialized 필드

정의

주의

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

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

[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 인스턴스에서 호출되지 않았거나 권한 부여 바인딩된 키를 생성하려고 했음을 나타냅니다. 사용자에게 LSKF를 설정하고 다시 시도하도록 지시합니다.

에 대한 android.security.KeyStoreException.ERROR_KEYSTORE_UNINITIALIZEDJava 설명서

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

적용 대상