다음을 통해 공유


UserDataAccount.EnterpriseId 속성

정의

사용자 계정과 연결된 엔터프라이즈 ID를 가져옵니다.

public:
 property Platform::String ^ EnterpriseId { Platform::String ^ get(); };
winrt::hstring EnterpriseId();
public string EnterpriseId { get; }
var string = userDataAccount.enterpriseId;
Public ReadOnly Property EnterpriseId As String

속성 값

String

Platform::String

winrt::hstring

사용자 계정과 연결된 엔터프라이즈 ID입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10586.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v2.0에서 도입되었습니다.)

설명

EnterpriseId는 종종 회사 전자 메일 주소이며 회사 데이터를 암호화하거나 암호 해독할 때 사용됩니다.

중요

EnterpriseId가 null 이거나 비어 있으면 계정이 엔터프라이즈로 보호되지 않습니다.

적용 대상