다음을 통해 공유


KeyChain.IsCredentialManagementApp(Context) 메서드

정의

호출자가 자격 증명 관리 앱 CredentialManagementApp인지 확인합니다.

[Android.Runtime.Register("isCredentialManagementApp", "(Landroid/content/Context;)Z", "", ApiSince=31)]
public static bool IsCredentialManagementApp (Android.Content.Context context);
[<Android.Runtime.Register("isCredentialManagementApp", "(Landroid/content/Context;)Z", "", ApiSince=31)>]
static member IsCredentialManagementApp : Android.Content.Context -> bool

매개 변수

context
Context

반환

true 호출자가 자격 증명 관리 앱인 경우

특성

설명

호출자가 자격 증명 관리 앱 CredentialManagementApp인지 확인합니다. 자격 증명 관리 앱에는 관리되지 않는 디바이스에서 사용자의 KeyChain 자격 증명을 관리하는 기능이 있습니다.

KeyChain#createManageCredentialsIntent 는 앱에서 자격 증명 관리 앱이 되도록 요청하는 데 사용해야 합니다. 앱이 사용자의 자격 증명을 관리하려면 먼저 사용자가 이 요청을 승인해야 합니다. 디바이스에는 자격 증명 관리가 하나만 있을 수 있습니다.

에 대한 android.security.KeyChain.isCredentialManagementApp(android.content.Context)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상