Freigeben über


DevicePolicyManager.DelegationCertInstall Field

Definition

Delegation of certificate installation and management.

[Android.Runtime.Register("DELEGATION_CERT_INSTALL", ApiSince=26)]
public const string DelegationCertInstall;
[<Android.Runtime.Register("DELEGATION_CERT_INSTALL", ApiSince=26)>]
val mutable DelegationCertInstall : string

Field Value

Attributes

Remarks

Delegation of certificate installation and management. This scope grants access to the #getInstalledCaCerts, #hasCaCertInstalled, #installCaCert, #uninstallCaCert, #uninstallAllUserCaCerts and #installKeyPair APIs. This scope also grants the ability to read identifiers that the delegating device owner or profile owner can obtain. See #getEnrollmentSpecificId().

Java documentation for android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL.

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