次の方法で共有


UserIdentity.SafeCustomerId プロパティ

定義

呼び出し元のアプリケーションに固有の難読化された顧客 ID を取得します。 この ID を使用すると、アプリケーションはセッション間でユーザーを識別できますが、各アプリケーションが同じ Microsoft アカウントに対して個別の SafeCustomerId 値を受け取るので、個別のアプリケーション間でデータを共有するために使用することはできません。

Note

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。

適用対象