EnterpriseEnrollmentManager 类

定义

管理企业中的注册。

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
继承
Object Platform::Object IInspectable 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()

触发验证用户企业注册的连接。

适用于