KeyChain.IsCredentialManagementApp(Context) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
호출자가 자격 증명 관리 앱 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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.