Share via


EnterpriseStatus Enum

Definition

Specifies the current status of the user's enrollment in the enterprise.

public enum class EnterpriseStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class EnterpriseStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum EnterpriseStatus
Public Enum EnterpriseStatus
Inheritance
EnterpriseStatus
Attributes

Windows requirements

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

Fields

Name Value Description
Enrolled 0

The user is enrolled in the enterprise and the enrollment is active.

Disabled 1

The enrollment has been disabled because too much time has elapsed since the last enrollment check.

Revoked 2

The enterprise enrollment has been revoked.

Expired 3

The enterprise certificate has expired and is no longer valid.

Applies to