다음을 통해 공유


UserIdentity.SafeCustomerId 속성

정의

호출 애플리케이션과 관련된 난독 처리를 한 고객 ID를 가져옵니다. 이 ID를 사용하면 각 애플리케이션이 동일한 Microsoft 계정에 대해 고유한 SafeCustomerId 값을 받기 때문에 애플리케이션에서 세션 간에 사용자를 식별할 수 있지만 별도의 애플리케이션 간에 데이터를 공유하는 데 사용할 수 없습니다.

참고

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

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

속성 값

String

Platform::String

winrt::hstring

호출 애플리케이션과 관련된 난독 처리를 한 고객 ID입니다.

적용 대상