DevicePolicyManager.IsUsingUnifiedPassword(ComponentName) 方法

定义

如果配置文件的父用户使用统一质询,则托管配置文件的配置文件所有者调用时返回 true。

[Android.Runtime.Register("isUsingUnifiedPassword", "(Landroid/content/ComponentName;)Z", "GetIsUsingUnifiedPassword_Landroid_content_ComponentName_Handler", ApiSince=28)]
public virtual bool IsUsingUnifiedPassword (Android.Content.ComponentName admin);
[<Android.Runtime.Register("isUsingUnifiedPassword", "(Landroid/content/ComponentName;)Z", "GetIsUsingUnifiedPassword_Landroid_content_ComponentName_Handler", ApiSince=28)>]
abstract member IsUsingUnifiedPassword : Android.Content.ComponentName -> bool
override this.IsUsingUnifiedPassword : Android.Content.ComponentName -> bool

参数

admin
ComponentName

DeviceAdminReceiver此请求与此请求相关联。

返回

属性

注解

如果配置文件的父用户使用统一质询,则托管配置文件的配置文件所有者调用时返回 true。

<strong Note</strong>>:此方法与密码质量无关,如果配置文件具有空密码作为单独的质询,此方法将返回 false。

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

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

适用于