언어

AccessControlProfile.Builder(AccessControlProfileId) 생성자

정의

각 액세스 제어 프로필에는 자격 증명의 컨텍스트 내에서 고유해야 하며 프로필을 참조하는 데 사용할 수 있는 숫자 식별자가 있습니다.

[Android.Runtime.Register(".ctor", "(Landroid/security/identity/AccessControlProfileId;)V", "", ApiSince=30)]
public Builder(Android.Security.Identity.AccessControlProfileId accessControlProfileId);
[<Android.Runtime.Register(".ctor", "(Landroid/security/identity/AccessControlProfileId;)V", "", ApiSince=30)>]
new Android.Security.Identity.AccessControlProfile.Builder : Android.Security.Identity.AccessControlProfileId -> Android.Security.Identity.AccessControlProfile.Builder

매개 변수

accessControlProfileId
AccessControlProfileId

액세스 제어 프로필 식별자입니다.

특성

설명

각 액세스 제어 프로필에는 자격 증명의 컨텍스트 내에서 고유해야 하며 프로필을 참조하는 데 사용할 수 있는 숫자 식별자가 있습니다.

기본적으로 결과 AccessControlProfile 에서는 시간 제한이 0인 사용자 인증이 필요하므로 이 액세스 제어 프로필을 사용하는 데이터 요소가 사용되는 모든 프레젠테이션에 대해 소유자를 인증해야 합니다.

에 대한 android.security.identity.AccessControlProfile.Builder.AccessControlProfile$Builder(android.security.identity.AccessControlProfileId)Java 설명서

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

적용 대상