DevicePolicyManager.SetCommonCriteriaModeEnabled 方法

定义

由组织拥有的托管配置文件的设备所有者或配置文件所有者调用,以切换设备的通用条件模式。

[Android.Runtime.Register("setCommonCriteriaModeEnabled", "(Landroid/content/ComponentName;Z)V", "GetSetCommonCriteriaModeEnabled_Landroid_content_ComponentName_ZHandler", ApiSince=30)]
[Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_COMMON_CRITERIA_MODE")]
public virtual void SetCommonCriteriaModeEnabled (Android.Content.ComponentName? admin, bool enabled);
[<Android.Runtime.Register("setCommonCriteriaModeEnabled", "(Landroid/content/ComponentName;Z)V", "GetSetCommonCriteriaModeEnabled_Landroid_content_ComponentName_ZHandler", ApiSince=30)>]
[<Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_COMMON_CRITERIA_MODE")>]
abstract member SetCommonCriteriaModeEnabled : Android.Content.ComponentName * bool -> unit
override this.SetCommonCriteriaModeEnabled : Android.Content.ComponentName * bool -> unit

参数

admin
ComponentName

DeviceAdminReceiver此请求与此请求相关联。 如果调用方不是设备管理员,则为 Null。

enabled
Boolean

是否应启用通用条件模式。

属性

注解

由组织拥有的托管配置文件的设备所有者或配置文件所有者调用,以切换设备的通用条件模式。 当设备处于通用条件模式时,会优化某些设备功能,以满足通用条件认证所需的更高安全级别。 例如: <ul><li> Bluetooth 长期密钥材料还受到 AES-GCM 的完整性保护。 </li><li> WiFi 配置存储还受 AES-GCM 的完整性保护。 <默认情况下禁用 /li></ul> 通用条件模式。

<em>Note:</em> if Common Critera mode is offed after be enabled, all existing WiFi configurations will will lost.

适用于 . 的 android.app.admin.DevicePolicyManager.setCommonCriteriaModeEnabled(android.content.ComponentName, boolean)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于