EnterpriseEnrollmentManager クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンタープライズでの登録を管理します。
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
- 継承
- 属性
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() |
ユーザーのエンタープライズ登録を検証する接続をトリガーします。 |