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에서 도입되었습니다.)
|
설명
이 클래스는 static 클래스입니다.
속성
CurrentEnterprise |
현재 앱에 등록된 엔터프라이즈를 가져옵니다. |
EnrolledEnterprises |
사용자가 등록된 모든 엔터프라이즈의 목록을 가져옵니다. |
메서드
RequestEnrollmentAsync(String) |
Uri로 식별된 엔터프라이즈를 등록하거나 다시 등록합니다. |
RequestUnenrollmentAsync(Enterprise) |
Uri로 식별된 엔터프라이즈의 등록을 취소합니다. |
ValidateEnterprisesAsync() |
사용자의 엔터프라이즈 등록 유효성을 검사하는 연결을 트리거합니다. |