EnterpriseEnrollmentManager 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
管理企业中的注册。
public ref class EnterpriseEnrollmentManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class EnterpriseEnrollmentManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public static class EnterpriseEnrollmentManager
Public Class EnterpriseEnrollmentManager
- 继承
- 属性
Windows 要求
设备系列 |
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
|
API contract |
Windows.Phone.PhoneContract (在 v1.0 中引入)
|
注解
这是一个静态类。
属性
CurrentEnterprise |
获取当前应用的已注册企业。 |
EnrolledEnterprises |
获取注册用户的所有企业的列表。 |
方法
RequestEnrollmentAsync(String) |
注册或重新注册 URI 标识的企业。 |
RequestUnenrollmentAsync(Enterprise) |
取消注册 Uri 标识的企业。 |
ValidateEnterprisesAsync() |
触发验证用户企业注册的连接。 |