다음을 통해 공유


UserIdentity.Id 속성

정의

사용자의 고유한 Microsoft 계정 식별자를 가져옵니다. 이 값은 Microsoft 애플리케이션 파트너만 사용할 수 있습니다.

참고

Windows 10 이상용으로 개발하는 경우 Windows.Security.Authentication.Web.Core API를 대신 사용합니다. 자세한 내용은 웹 계정 관리자를 참조하세요.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = userIdentity.id;
Public ReadOnly Property Id As String

속성 값

String

Platform::String

winrt::hstring

사용자의 고유한 Microsoft 계정 식별자입니다.

적용 대상