다음을 통해 공유


AccessControlProfile.Builder(AccessControlProfileId) Constructor

Definition

Each access control profile has numeric identifier that must be unique within the context of a Credential and may be used to reference the profile.

[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

Parameters

accessControlProfileId
AccessControlProfileId

the access control profile identifier.

Attributes

Remarks

Each access control profile has numeric identifier that must be unique within the context of a Credential and may be used to reference the profile.

By default, the resulting AccessControlProfile will require user authentication with a timeout of zero, thus requiring the holder to authenticate for every presentation where data elements using this access control profile is used.

Java documentation for android.security.identity.AccessControlProfile.Builder.AccessControlProfile$Builder(android.security.identity.AccessControlProfileId).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to