UserIdentity.SafeCustomerId 属性

定义

获取特定于调用应用程序的模糊客户 ID。 此 ID 允许应用程序跨会话标识用户,但不能用于在单独的应用程序之间共享数据,因为每个应用程序将接收同一 Microsoft 帐户的不同 SafeCustomerId 值。

注意

如果要针对Windows 10或更高版本进行开发,请改用 Windows.Security.Authentication.Web.Core API。 有关详细信息,请参阅 Web 帐户管理器

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。

适用于