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

Disabled 1

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

Enrolled 0

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

Expired 3

The enterprise certificate has expired and is no longer valid.

Revoked 2

The enterprise enrollment has been revoked.

Applies to