StoreOptions.ProtectPersonalData Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Si la valeur est true, le magasin doit protéger toutes les données d’identification personnelle d’un utilisateur. Cela sera appliqué en exigeant que le magasin implémente IProtectedUserStore<TUser>.
public:
property bool ProtectPersonalData { bool get(); void set(bool value); };
public bool ProtectPersonalData { get; set; }
member this.ProtectPersonalData : bool with get, set
Public Property ProtectPersonalData As Boolean