AccessControlProfile.Builder(AccessControlProfileId) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.