UserIdentity.SafeCustomerId Propriété

Définition

Obtient un ID client masqué spécifique à l’application appelante. Cet ID permet à votre application d’identifier l’utilisateur entre les sessions, mais ne peut pas être utilisé pour partager des données entre des applications distinctes, car chaque application recevra une valeur SafeCustomerId distincte pour le même compte Microsoft.

Notes

Si vous développez pour Windows 10 ou une version ultérieure, utilisez plutôt les API Windows.Security.Authentication.Web.Core. Pour plus d’informations, consultez Gestionnaire de comptes 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

Valeur de propriété

String

Platform::String

winrt::hstring

ID client masqué spécifique à l’application appelante.

S’applique à