次の方法で共有


EnterpriseStatus 列挙型

定義

エンタープライズでのユーザーの登録の現在の状態を指定します。

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
継承
EnterpriseStatus
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.PhoneContract (v1.0 で導入)

フィールド

Disabled 1

前回の登録チェックから経過した時間が多すぎるため、登録が無効になっています。

Enrolled 0

ユーザーはエンタープライズに登録され、登録はアクティブです。

Expired 3

エンタープライズ証明書の有効期限が切れており、有効ではなくなりました。

Revoked 2

エンタープライズ登録が取り消されました。

適用対象