DevicePolicyManager.IsUsingUnifiedPassword(ComponentName) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果配置文件的父用户使用统一质询,则托管配置文件的配置文件所有者调用时返回 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 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。