AccessControlProfile.Builder(AccessControlProfileId) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
각 액세스 제어 프로필에는 자격 증명의 컨텍스트 내에서 고유해야 하며 프로필을 참조하는 데 사용할 수 있는 숫자 식별자가 있습니다.
[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인 사용자 인증이 필요하므로 이 액세스 제어 프로필을 사용하는 데이터 요소가 사용되는 모든 프레젠테이션에 대해 소유자를 인증해야 합니다.
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.