EnterpriseEnrollmentManager Class

Definition

Manages enrollment in an enterprise.

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
Inheritance
Object Platform::Object IInspectable EnterpriseEnrollmentManager
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)

Remarks

This is a static class.

Properties

CurrentEnterprise

Gets the enrolled enterprise for the current app.

EnrolledEnterprises

Gets the list of all the enterprises in which the user is enrolled.

Methods

RequestEnrollmentAsync(String)

Enrolls or re-enrolls the enterprise identified by the Uri.

RequestUnenrollmentAsync(Enterprise)

Unenrolls the enterprise identified by the Uri.

ValidateEnterprisesAsync()

Triggers a connection that validates the user's enterprise enrollments.

Applies to