다음을 통해 공유


DevicePolicyManager.InstallCaCert(ComponentName, Byte[]) 메서드

정의

지정된 인증서를 사용자 CA로 설치합니다.

[Android.Runtime.Register("installCaCert", "(Landroid/content/ComponentName;[B)Z", "GetInstallCaCert_Landroid_content_ComponentName_arrayBHandler")]
public virtual bool InstallCaCert (Android.Content.ComponentName? admin, byte[]? certBuffer);
[<Android.Runtime.Register("installCaCert", "(Landroid/content/ComponentName;[B)Z", "GetInstallCaCert_Landroid_content_ComponentName_arrayBHandler")>]
abstract member InstallCaCert : Android.Content.ComponentName * byte[] -> bool
override this.InstallCaCert : Android.Content.ComponentName * byte[] -> bool

매개 변수

admin
ComponentName

DeviceAdminReceiver 이 요청이 연결된 요청 또는 null 위임된 인증서 설치 관리자에서 호출하는 경우

certBuffer
Byte[]

설치할 인증서의 인코딩된 형식입니다.

반환

certBuffer를 구문 분석할 수 없거나 설치가 중단되면 false이고, 그렇지 않으면 true입니다.

특성

설명

지정된 인증서를 사용자 CA로 설치합니다.

삽입된 사용자 CA는 Android 7.0(API 수준 24) 이상의 앱에서 자동으로 신뢰할 수 없습니다. 앱 개발자는 앱 매니페스트 파일에 보안 구성 파일을 추가하여 앱의 기본 동작을 변경할 수 있습니다.

호출자는 해당 사용자의 프로필 또는 디바이스 소유자이거나 범위를 통해 #setDelegatedScopes지정된 #DELEGATION_CERT_INSTALL 대리자 패키지여야 합니다. 그렇지 않으면 보안 예외가 throw됩니다.

에 대한 android.app.admin.DevicePolicyManager.installCaCert(android.content.ComponentName, byte[])Java 설명서

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

적용 대상